Skip to content

Commit 8314e37

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/pages/tutorial01.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Tutorial: Using OpenCV from Smalltalk
22

3-
This tutorial is a gentle introduction to using PythonBridge using OpenCV. It is written for Pharo, however, it works equally well for VisualWorks.
4-
5-
The tutorial assumes that you have PythonBridge correctly installed in your Smalltalk environment and have Python and Pipenv installed. If this is not the case, then you should follow the instruction given in https://objectprofile.github.io/PythonBridge/
3+
This tutorial is a gentle introduction to PythonBridge. We use OpenCV as the running example. The tutorial assumes that you have PythonBridge correctly installed in your Smalltalk environment and have Python and Pipenv installed. If this is not the case, then you should follow the instruction given in https://objectprofile.github.io/PythonBridge/
64

75
## How do I know if Python and Pipenv are correctly installed?
86
If you have PythonBridge installed, and you do not know if you Python environment is correctly setup, the easy way to check this is evaluate the following expression:

0 commit comments

Comments
 (0)