Correct typo
This commit is contained in:
parent
d93bfa4428
commit
f599766609
|
@ -51,7 +51,7 @@ All the dependencies will be installed inside a virtualenv.
|
|||
1. Start a shell inside the virtualenv:
|
||||
|
||||
#+BEGIN_SRC sh
|
||||
pipenv sh
|
||||
pipenv shell
|
||||
#+END_SRC
|
||||
|
||||
2. Start the Flask server:
|
||||
|
@ -64,6 +64,4 @@ flask run
|
|||
|
||||
The database will be created and populated automatically, if needed, each time the server is executed
|
||||
|
||||
3. The website can be accessed via the URL:
|
||||
|
||||
- localhost:5000
|
||||
3. The website can be accessed via *localhost:5000*
|
||||
|
|
Loading…
Reference in New Issue