Skip to content

Commit

Permalink
Fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanchewy authored Oct 22, 2020
1 parent 7889f39 commit f8906c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Online Python 3.6 Programming with Live Pylint Syntax Checking!
```
git clone https://github.com/ethanchewy/PythonBuddy.git
```
2) Change to directory
2) Change to PythonBuddy directory
```
cd PythonBuddy
```
Expand All @@ -27,13 +27,13 @@ Online Python 3.6 Programming with Live Pylint Syntax Checking!
```
pip install -r requirements.txt
```
5) Set FLASK_APP variable:
5) Change to the PythonBuddy application folder. You should now be in `PythonBuddy/PythonBuddy/`.
```
export FLASK_APP=app.py
cd PythonBuddy
```
6) Change to app folder
6) Set FLASK_APP variable:
```
cd PythonBuddy
export FLASK_APP=app.py
```
7) Run flask app:
```
Expand Down

0 comments on commit f8906c7

Please sign in to comment.