Skip to content

Commit bb21dec

Browse files
committed
Added a section on installing via pip from the repo
1 parent 9c2f5f3 commit bb21dec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ pip install cadquery==2.2.0b0
6060
```
6161
Notice that the version number is pinned to a beta version. This is because CadQuery has only recently returned to PyPi, and a full release has not happened yet. When the final release of CadQuery 2.2 is published, it will be possible to simply type `pip install cadquery`. However, if the version number pin is not used for now, a 1.x version of CadQuery will be installed, which is extremely out of date.
6262

63+
It is also possible to install the very latest changes directly from CadQuery's GitHub repository, with the understanding that sometimes breaking changes can occur. To install from the git repository, run the following command line.
64+
```
65+
pip install git+https://github.com/CadQuery/cadquery.git
66+
```
67+
6368
You should now have a working CadQuery installation, but developers or users who want to use CadQuery with IPython/Jupyter or to set up a developer environment can read the rest of this section.
6469

6570
If you are installing CadQuery to use with IPython/Jupyter, you may want to run the following command line to install the extra dependencies.

0 commit comments

Comments
 (0)