Skip to content

Commit 2f75bf6

Browse files
authored
Added mention of binary builds (#212)
1 parent 05903c8 commit 2f75bf6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CadQuery GUI editor based on PyQT supports Linux, Windows and Mac.
2323
* STL
2424
* STEP
2525

26-
## Installation
26+
## Installation (Anaconda)
2727

2828
Use conda to install:
2929
```
@@ -47,6 +47,12 @@ On Fedora 29 the packages can be installed as follows:
4747
dnf install -y mesa-libGLU mesa-libGL mesa-libGLU-devel
4848
```
4949

50+
## Installation (Binary Builds)
51+
52+
Development builds are now available that should work stand-alone without Anaconda. Click on the newest build with a green checkmark [here](https://github.com/jmwright/CQ-editor/actions?query=workflow%3Abuild), wait for the _Artifacts_ section at the bottom of the page to load, and then click on the appropriate download for your operating system. Extract the archive file and run the shell (*nix) or batch (Windows) script in the root CQ-editor directory. The CQ-editor window should launch.
53+
54+
A stable version of these builds will be provided in the future, but are not available currently.
55+
5056
## Usage
5157

5258
### Showing Objects

0 commit comments

Comments
 (0)