Skip to content

Commit

Permalink
Merge pull request #1207 from CadQuery/readme
Browse files Browse the repository at this point in the history
Added --pre option to pip install line to make it explicit
  • Loading branch information
jmwright authored Dec 19, 2022
2 parents 4b4e64b + c762905 commit e23f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ NB: CadQuery has only recently returned to PyPI, and a full release has not happ

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.
```
pip install git+https:/CadQuery/cadquery.git
pip install --pre git+https:/CadQuery/cadquery.git
```

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.
Expand Down

0 comments on commit e23f43d

Please sign in to comment.