From 6734927c1dd9df776b735b9ba6be65fb0bd4ce1d Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 11 May 2018 00:18:09 -0400 Subject: [PATCH] Update installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index f9aaeed..089b8b1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -44,7 +44,7 @@ Sometimes a different version or branch of the workbench may be needed, other th - ~/Library/Preferences/FreeCAD/Mod ### Troubleshooting -If you are running Ubuntu Linux, you may need to run the following line in a terminal before using this module. +You may get a `No module named QtNetwork` error on Ubuntu based systems when you select the module in FreeCAD. If you do, run the following command line from a terminal to fix this issue. ``` sudo apt-get install python-pyside.qtnetwork ```