Skip to content

Commit e23f43d

Browse files
authored
Merge pull request #1207 from CadQuery/readme
Added --pre option to pip install line to make it explicit
2 parents 4b4e64b + c762905 commit e23f43d

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)