Update README.md

This commit is contained in:
mrhanky 2017-07-04 13:52:35 +00:00
parent b8330ae377
commit 789e7571f9

View File

@ -9,6 +9,8 @@
- ```cd nxy```
* Create virtualenv and install dependencies
- ```mkvirtualenv -a $PWD -r $PWD/requirements.txt nxy```
* Create needed tables in the database:
- ```psql -U <your db user> < schema.sql```
* Copy ```.env-example``` and insert values in ```.env``` (replace everything wrapped in < and >)
- ```cp .env-example .env```
- ```vim .env```