Added venv activation

This commit is contained in:
maggi 2023-04-20 13:44:04 +02:00
parent 4c6e8e1210
commit 873b3bb26d

View file

@ -8,6 +8,7 @@ For documentation see https://makes-hacks-hip.github.io/RepApp/.
- Clone repo
- python -m venv venv
- source venv/bin/activate
- cd rc_hip
- python manage.py makemigrations
- python manage.py migrate