added how to install requiremens and corrected the count

main
Rodrigo Prado 2016-03-12 19:53:51 -03:00
parent d1d41606cd
commit bb7502762c
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ Flask starter project...
### Basics
1. Activate a virtualenv
1. Install the requirements
2. Install the requirements with command below:
```sh
$ pip install -r requirements.txt
```
### Set Environment Variables