1
0
Fork 0

FIX mkvirtualenv nel readme

This commit is contained in:
baz 2019-04-29 16:32:16 +02:00
parent 435ee991ce
commit 1021fecb2e

View file

@ -10,7 +10,7 @@ HowTo
So you want to contribute, nice!
```
mkvirtualenv hackmeeting-website
mkvirtualenv -p `which python3` hackmeeting-website
pip install -r requirements.txt
make all serve
firefox http://localhost:8000/