forked from boyska/sito-hackit-19
FIX mkvirtualenv nel readme
This commit is contained in:
parent
435ee991ce
commit
1021fecb2e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ HowTo
|
||||||
So you want to contribute, nice!
|
So you want to contribute, nice!
|
||||||
|
|
||||||
```
|
```
|
||||||
mkvirtualenv hackmeeting-website
|
mkvirtualenv -p `which python3` hackmeeting-website
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
make all serve
|
make all serve
|
||||||
firefox http://localhost:8000/
|
firefox http://localhost:8000/
|
||||||
|
|
Loading…
Reference in a new issue