From bc3b6fdf49d3ce595fb6d8156e4fdb9e78389737 Mon Sep 17 00:00:00 2001 From: Anet Date: Wed, 13 Nov 2019 23:08:00 +0100 Subject: [PATCH] =?UTF-8?q?README.md:=20update=20pokyn=C5=AF=20k=20za?= =?UTF-8?q?=C4=8D=C3=A1tku=20v=C3=BDvoje?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -------------