We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1346050 commit 3d1db13Copy full SHA for 3d1db13
README.md
@@ -6,11 +6,11 @@
6
7
```bash
8
git clone https://github.com/mikbuch/flask_minimal_example && \
9
-cd flask_minimal_example && \
10
-sudo apt-get install python3-pip && \
11
-sudo pip3 install pipenv && \
12
-pipenv install --python $(which python3) && \
13
-sudo $(pipenv --venv)/bin/flask run --host=0.0.0.0 -p 80
+ cd flask_minimal_example && \
+ sudo apt-get install python3-pip && \
+ sudo pip3 install pipenv && \
+ pipenv install --python $(which python3) && \
+ sudo $(pipenv --venv)/bin/flask run --host=0.0.0.0 -p 80
14
```
15
16
After running the appliction on the server, open the browser and type the IP of your server. You should see the output such as:
0 commit comments