Skip to content

Commit

Permalink
Updated readme and added flask_script dependency to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jose.correia committed Oct 4, 2019
1 parent ce90190 commit b53160a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ and only the spotlight speakers will be requested. This **enables search queries
2. Install PostreSQL;
3. Create virtual environment and install required dependencies with:
- `python3.6 -m virtualenv venv`
- `python3.6 -m pip install -r requirement.txt`
- `source venv/bin/activate`
- `python3.6 -m pip install -r requirements.txt`
4. Run the database service with:
- `sudo service postgresql start`
5. Create a database in postgresql for the application:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ chardet==3.0.4
Click==7.0
fenixedu==1.0.0
Flask==1.0.2
Flask-Script
flask_script
Flask-Login
Flask-WTF
Flask-Cors==3.0.7
Expand All @@ -22,5 +22,6 @@ python-editor==1.0.4
requests==2.21.0
six==1.12.0
SQLAlchemy==1.3.0
sqlalchemy_utils
urllib3==1.24.1
Werkzeug==0.14.1

0 comments on commit b53160a

Please sign in to comment.