Oh Boy...

This commit is contained in:
Schemen
2021-01-27 03:54:31 +01:00
commit c8b4aaa743
8 changed files with 1952 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
```x-sh
git clone ssh://git@git.ponz.io:10022/elia/dsp-calc.git && cd dsp-calc
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
deactivate
```