Skip to content
Snippets Groups Projects
Commit 121bfff9 authored by Donatus Herre's avatar Donatus Herre
Browse files

utils added

parent e44aae19
Branches
No related tags found
No related merge requests found
#!/usr/bin/env bash
virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
deactivate
#!/usr/bin/env bash
source env/bin/activate
python view/zdb.py > view/zdb.log 2>&1
deactivate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment