Added venv activation
This commit is contained in:
parent
4c6e8e1210
commit
873b3bb26d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ For documentation see https://makes-hacks-hip.github.io/RepApp/.
|
||||||
|
|
||||||
- Clone repo
|
- Clone repo
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
|
- source venv/bin/activate
|
||||||
- cd rc_hip
|
- cd rc_hip
|
||||||
- python manage.py makemigrations
|
- python manage.py makemigrations
|
||||||
- python manage.py migrate
|
- python manage.py migrate
|
||||||
|
|
|
||||||
Reference in a new issue