Browse Source

Update README.txt to include more dev setup steps

pull/470/head
Shea Polansky 4 years ago
committed by Pēteris Caune
parent
commit
5540fc2c6d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@ -32,7 +32,7 @@ in development environment.
* install dependencies (Debian/Ubuntu)
$ sudo apt-get update
$ sudo apt-get install -y gcc python3-dev python3-venv
$ sudo apt-get install -y gcc python3-dev python3-venv libpq-dev
* prepare directory for project code and virtualenv:
@ -44,6 +44,7 @@ in development environment.
$ python3 -m venv hc-venv
$ source hc-venv/bin/activate
$ pip3 install wheel #make sure wheel is installed in the venv
* check out project code:


Loading…
Cancel
Save