Skip to content

Commit c762905

Browse files
committed
Added --pre option to pip install line to make it explicit
1 parent 4b4e64b commit c762905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ NB: CadQuery has only recently returned to PyPI, and a full release has not happ
7272

7373
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.
7474
```
75-
pip install git+https://github.com/CadQuery/cadquery.git
75+
pip install --pre git+https://github.com/CadQuery/cadquery.git
7676
```
7777

7878
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.

0 commit comments

Comments
 (0)