Skip to content

Commit 3e2f806

Browse files
authored
Merge pull request #1178 from CadQuery/readme
Updating pip install version numbers
2 parents 083e5da + 31877bf commit 3e2f806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ You should now have a working CadQuery installation, but developers or users who
7979

8080
If you are installing CadQuery to use with IPython/Jupyter, you may want to run the following command line to install the extra dependencies.
8181
```
82-
pip install cadquery[ipython]==2.2.0b0
82+
pip install cadquery[ipython]==2.2.0b2
8383
```
8484

8585
If you want to create a developer setup to contribute to CadQuery, the following command line will install all the development dependencies that are needed.
8686
```
87-
pip install cadquery[dev]==2.2.0b0
87+
pip install cadquery[dev]==2.2.0b2
8888
```
8989

9090
### CadQuery Installation Via Conda

0 commit comments

Comments
 (0)