From e71a5f1c623379230327e87f6c1cd63caf7da944 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 17 Feb 2023 13:32:41 -0600 Subject: [PATCH] Update README Update CQ pip install, and add more linux install info. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27633ca..929cd4c 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,14 @@ Development builds are also available, but can be unstable and should be used at ## Installation (pip) +Additional packages for Linux (known as needed on Ubuntu 22.04): +``` +sudo apt install qtbase5-dev qt5-qmake +``` +All platforms (Windows/Mac/Linux): ``` pip install git+https://github.com/jdegenstein/jmwright-CQ-Editor -pip install --pre git+https://github.com/cadquery/cadquery +pip install --pre cadquery pip install git+https://github.com/gumyr/build123d ```