Merge pull request #193 from erickeller/master

update Readme with pip install dependencies
This commit is contained in:
Pēteris Caune 2018-10-19 21:17:19 +03:00 committed by GitHub
commit 362a43dae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@ The building blocks are:
These are instructions for setting up healthchecks Django app
in development environment.
* install dependencies (Debian/Ubuntu)
$ sudo apt-get update
$ sudo apt-get install -y gcc python3-dev
* prepare directory for project code and virtualenv:
$ mkdir -p ~/webapps