Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filak authored Jan 11, 2024
1 parent 9566b11 commit 2949601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Prerequisites: Python 3.8+, Git, Java8 JRE
```
$ py -m venv --upgrade venv
$ python -m pip install --upgrade pip
$ pip install setuptools --force
$ pip install wheel --force
$ pip install setuptools --upgrade
$ pip install wheel --upgrade
```
6. Install dependencies - run:
Expand Down

0 comments on commit 2949601

Please sign in to comment.