From 5540fc2c6df5b45866cb20b78abfaf0d3c94473e Mon Sep 17 00:00:00 2001 From: Shea Polansky Date: Tue, 1 Dec 2020 18:20:47 -0800 Subject: [PATCH] Update README.txt to include more dev setup steps --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02deb566..4fb4ffe4 100644 --- a/README.md +++ b/README.md @@ -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: