Update installation.md

This commit is contained in:
Jeremy Wright 2018-05-11 00:16:43 -04:00 committed by GitHub
parent f92377a8a6
commit 98d2727834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).