diff --git a/docs/installation.md b/docs/installation.md index 90e0363..f9aaeed 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -49,6 +49,11 @@ If you are running Ubuntu Linux, you may need to run the following line in a ter sudo apt-get install python-pyside.qtnetwork ``` +When running on Ubuntu 14.04 with the default version of FreeCAD included in the repositories, you may get a `No module named PySide` or `No module named QtGui` error. If you do, run the following line to install the missing packages. +``` +sudo apt-get install libboost-python1.54.0 libnglib-4.9.13 liboce-foundation10 liboce-modeling10 liboce-ocaf-lite10 liboce-ocaf10 liboce-visualization10 libpyside1.2 libshiboken1.2 python-pyside.qtcore python-pyside.qtgui python-pyside.qtsvg python-pyside.qtuitools python-pyside.qtxml +``` + ### Next Steps Once the workbench is installed, the next step is to read through the [usage instructions](usage.md).