Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@ source env/Scripts/activate
```
pip install -r requirements.txt
```
>**Note** - Because the code is run on different unrestricted environments, some libraries maybe deprecated or outdated in relation to the python version you use.
> If the installation fails due to this, run the command below:
> ```
> pip list --outdated
> ```
> A list of outdated libraries will be shown in your terminal.
> Run this command for every library:
> ```
> pip install -U <PackageName>
> ```
> ## OR
> Remove the versions numbers attached to every library and run dependency installations without specific versions

5. **Run the development server:**
```
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
babel==2.9.0
python-dateutil==2.6.0
flask-moment==0.11.0
flask-wtf==0.14.3
flask_sqlalchemy==2.4.4
babel
python-dateutil
flask-moment
flask-wtf
flask_sqlalchemy