Skip to content

Commit 4c3f065

Browse files
committed
adde --skip-lock
1 parent c10f82b commit 4c3f065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ cd flask-exercise
5555
Then, setup your virtual environment and install the python dependencies required to run this app. We use pipenv, which automatically sets everything up, given a Pipfile and Pipfile.lock. Pipfile uses virtualenv, which is a virtual Python environment isolated from other Python projects, incapable of interfering with or being affected by other Python programs on the same machine. You are thus capable of running different versions of the same package or even different python versions.
5656

5757
```
58-
pipenv install
58+
pipenv install --skip-lock
5959
```
6060

6161
You must be in this virtual environment to start this server. To do that:

0 commit comments

Comments
 (0)