From 2c0e24df5c15faaed65b08650456cef982b83154 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 8 Sep 2015 22:22:26 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 50662f2..e2bc796 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ Download the [latest released version](https://github.com/jmwright/cadquery-free * /usr/lib/freecad/Mod * /usr/local/lib/freecad/Mod +If you are running Ubuntu Linux, be sure to run the following line with superuser priveledges. +``` +sudo apt-get install python-pyside.qtnetwork +``` + ### Windows * C:\Program Files\FreeCAD 0.14\Mod * C:\Program Files (x86)\FreeCAD 0.14\Mod @@ -23,4 +28,5 @@ Download the [latest released version](https://github.com/jmwright/cadquery-free * /Applications/FreeCAD.app/Contents/Mod * /Applications/FreeCAD.app/Mod +## It's Installed, Now What? For additional information and troubleshooting steps, please see the [wiki](https://github.com/jmwright/cadquery-freecad-module/wiki) From f6f6b7001bd2df3bfda8b655bc1e287543060d99 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 8 Sep 2015 22:29:40 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2bc796..03e6c8e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Download the [latest released version](https://github.com/jmwright/cadquery-free * /usr/lib/freecad/Mod * /usr/local/lib/freecad/Mod -If you are running Ubuntu Linux, be sure to run the following line with superuser priveledges. +If you are running Ubuntu Linux, be sure to run the following line in a terminal before using this module. ``` sudo apt-get install python-pyside.qtnetwork ``` From 48e8b7494cbc4aed2374e805acd635ce4586587f Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 8 Sep 2015 22:59:17 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e6c8e..0e84abb 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ sudo apt-get install python-pyside.qtnetwork * /Applications/FreeCAD.app/Mod ## It's Installed, Now What? -For additional information and troubleshooting steps, please see the [wiki](https://github.com/jmwright/cadquery-freecad-module/wiki) +For getting started information and troubleshooting steps, please see the [wiki](https://github.com/jmwright/cadquery-freecad-module/wiki)