Skip to content

Commit

Permalink
Merge pull request #36 from roeslpa/changedReadme
Browse files Browse the repository at this point in the history
Added virtual environment installation
  • Loading branch information
jasinai committed Feb 5, 2016
2 parents 3fb722e + db77612 commit e2faddc
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 e2faddc

Please sign in to comment.