Skip to content

Commit 9858178

Browse files
authored
Update tutorial01.md
1 parent 8314e37 commit 9858178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/tutorial01.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ opencv-python = "*"
3535
python_version = "3"
3636
```
3737

38-
You should then update your pipenv environment. To do so, you should simply execute the `pipenv update` expression. You should see something like:
38+
Note that you should leave the packages `flask`, `requests`, `msgpack` as they are used by the PythonBridge itself to operate.
39+
Now that we edited the `Pipenv` file, you should then update your pipenv environment. To do so, simply execute the `pipenv update` expression. You should see something like:
3940

4041
```
4142
➜ PythonBridge git:(master) ✗ pipenv update

0 commit comments

Comments
 (0)