Fix pip3 install (fr this time)
This commit is contained in:
parent
141cdb9733
commit
5f2c80e701
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
git clone https://github.com/7trail/AlwaysDungeons
|
||||
pip3 install -r data/AlwaysDungeons/requirements
|
||||
pip3 install -r /data/AlwaysDungeons/requirements.txt
|
||||
cp /data/.env /data/AlwaysDungeons/.env
|
||||
cd /data/AlwaysDungeons
|
||||
python3 main.py
|
||||
python3 main.py
|
||||
|
|
Loading…
Reference in a new issue