asd
This commit is contained in:
parent
4b05414998
commit
5b85957012
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
init:
|
init:
|
||||||
|
cp .env.sample .env
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
. ./env/bin/activate
|
. ./env/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue