Fix python setup in ubuntu dependencies

This commit is contained in:
jxu 2019-06-14 17:57:28 -04:00
parent 7589225fc0
commit b9399a5df8

View File

@ -62,8 +62,8 @@ We need **CMake** to configure the installation, **GCC** for compilation, **Pyth
```
sudo apt-get install cmake
sudo apt-get install python-devel numpy
sudo apt-get install gcc gcc-c++
sudo apt-get install python-dev python-numpy
sudo apt-get install gcc g++
```
Next we need **GTK** support for GUI features, Camera support (libv4l), Media Support