Skip to content

Commit

Permalink
added venv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
roeslpa committed Feb 4, 2016
1 parent 3fb722e commit db77612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Qabel drop server
* libpq-dev

# Installation
* `virtualenv --python=python3.4 ../venv`
* `source ../venv/bin/activate`
* `pip install -r requirements.txt`
* `cp config.py.example config.py`
* Create the database and a user inside PostgreSQL
Expand Down

0 comments on commit db77612

Please sign in to comment.