Philipp Rothmann 2022-04-29 15:59:09 +02:00
parent 4b05414998
commit 5b85957012
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
init:
cp .env.sample .env
python3 -m venv env
. ./env/bin/activate
pip3 install -r requirements.txt