Skip to content

Commit 31877bf

Browse files
committed
Updating pip install version numbers
1 parent 083e5da commit 31877bf

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)