initial commit
This commit is contained in:
commit
64ec45a9ce
5 changed files with 88 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
```
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue