diff --git a/README.md b/README.md index b4f168d3..dc05017a 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Use git :-) Quickstart ---------- +Run the following commands: + make install_venv + . env/bin/activate + make install_web -Install the following packages in Debian/Ubuntu: `libpq-dev python-dev python-setuptools python2.7 libjpeg-dev libpng12-dev`. Then run: - - make - ./manage.py testdata - make run +After finishing development, run "deactivate". Make commands -------------