Readme install py3dev added

This commit is contained in:
Aarni
2016-05-30 19:16:14 +03:00
parent 89cbb55a96
commit 4421a093df
+4 -1
View File
@@ -6,6 +6,9 @@
virtualenv -p python3 virtualenv.sikweb
### Install py3 dev
`sudo apt-get install python3-dev`
### clone This repo and enter it
git clone url_to_repo
@@ -55,4 +58,4 @@ assuming we are on root of this repo and virtualenv is one step above:
### use runserver command
`./manage.py runserver`
`or./manage.py runserver 0.0.0.0:8000` if you need to connect from anywhere else than localhost
`or./manage.py runserver 0.0.0.0:8000` if you need to connect from anywhere else than localhost