File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ This package lets you use the ZED stereo camera in Python 3. The Python API is a
11
11
12
12
To start using the ZED SDK in Python, you will need to install the following dependencies on your system:
13
13
14
- - [ ZED SDK 3.5 ] ( https://www.stereolabs.com/developers/ ) and its dependency [ CUDA] ( https://developer.nvidia.com/cuda-downloads )
15
- - Python 3.6 + x64 (3.7 recommended, [ Windows installer] ( https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe ) )
14
+ - [ ZED SDK 3.8 ] ( https://www.stereolabs.com/developers/ ) and its dependency [ CUDA] ( https://developer.nvidia.com/cuda-downloads )
15
+ - Python 3.7 + x64 ([ Windows installer] ( https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe ) )
16
16
- [ Cython 0.28] ( http://cython.org/#download )
17
17
- [ Numpy 1.13] ( https://www.scipy.org/scipylib/download.html )
18
18
- OpenCV Python (optional)
19
19
- PyOpenGL (optional)
20
20
21
- Please check your python version with the following command. The result should be 3.6 or higher.
21
+ Please check your python version with the following command. The result should be 3.7 or higher.
22
22
23
23
```
24
24
python --version
You can’t perform that action at this time.
0 commit comments