Browse Source

Merge pull request #193 from erickeller/master

update Readme with pip install dependencies
pull/195/head
Pēteris Caune 6 years ago
committed by GitHub
parent
commit
362a43dae7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md 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


Loading…
Cancel
Save