Commit b9399a5d authored by jxu's avatar jxu

Fix python setup in ubuntu dependencies

parent 7589225f
...@@ -62,8 +62,8 @@ We need **CMake** to configure the installation, **GCC** for compilation, **Pyth ...@@ -62,8 +62,8 @@ We need **CMake** to configure the installation, **GCC** for compilation, **Pyth
``` ```
sudo apt-get install cmake sudo apt-get install cmake
sudo apt-get install python-devel numpy sudo apt-get install python-dev python-numpy
sudo apt-get install gcc gcc-c++ sudo apt-get install gcc g++
``` ```
Next we need **GTK** support for GUI features, Camera support (libv4l), Media Support Next we need **GTK** support for GUI features, Camera support (libv4l), Media Support
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment