Skip to content

Commit 146c77c

Browse files
authored
Update README.md
1 parent 5cb104d commit 146c77c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.learn/exercises/03.1-app-run/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,4 @@ $ pipenv run python src/app.py
2626
2727
![Running Terminal](../../assets/running-flask-app.gif?raw=true)
2828

29-
## Command Explanation:
30-
31-
We use our combined `pipenv` command to start up our virtual environment and *run* it using Python. Our target file for starting our server for future requests is our `src/app.py`.
29+
The way this command works is we use our combined `pipenv` command to start up our virtual environment and *run* it using Python. Our target file for starting our server for future requests is `src/app.py`.

0 commit comments

Comments
 (0)