From 4421a093df0c97780b74151ff9d3d797a21c93e3 Mon Sep 17 00:00:00 2001 From: Aarni Date: Mon, 30 May 2016 19:16:14 +0300 Subject: [PATCH] Readme install py3dev added --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0d042c1..a61638c 100644 --- a/readme.md +++ b/readme.md @@ -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 \ No newline at end of file +`or./manage.py runserver 0.0.0.0:8000` if you need to connect from anywhere else than localhost