Skip to content

Commit b2586ac

Browse files
authored
Update README.md
1 parent d9b55c5 commit b2586ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ This package lets you use the ZED stereo camera in Python 3. The Python API is a
1111

1212
To start using the ZED SDK in Python, you will need to install the following dependencies on your system:
1313

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))
1616
- [Cython 0.28](http://cython.org/#download)
1717
- [Numpy 1.13](https://www.scipy.org/scipylib/download.html)
1818
- OpenCV Python (optional)
1919
- PyOpenGL (optional)
2020

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.
2222

2323
```
2424
python --version

0 commit comments

Comments
 (0)