Skip to content

Commit f056491

Browse files
committed
fix readme links
1 parent 7f5cad9 commit f056491

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,38 @@ Using the wheel for your version of python (3.6, 3.7, etc.) from [releases](http
1212

1313
For Python 3.6
1414
```
15-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp36-cp36m-linux_x86_64.whl
15+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp36-cp36m-linux_x86_64.whl
1616
```
1717
For Python 3.7
1818
```
19-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp37-cp37m-linux_x86_64.whl
19+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp37-cp37m-linux_x86_64.whl
2020
```
2121
For Python 3.8
2222
```
23-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp38-cp38-linux_x86_64.whl
23+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp38-cp38-linux_x86_64.whl
2424
```
2525
For Python 3.9
2626
```
27-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp39-cp39-linux_x86_64.whl
27+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp39-cp39-linux_x86_64.whl
2828
```
2929

3030
#### Install testing dependencies
3131
Install `test` extras from wheel
3232
For Python 3.6
3333
```
34-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp36-cp36m-linux_x86_64.whl[test]
34+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp36-cp36m-linux_x86_64.whl[test]
3535
```
3636
For Python 3.7
3737
```
38-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp37-cp37m-linux_x86_64.whl[test]
38+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp37-cp37m-linux_x86_64.whl[test]
3939
```
4040
For Python 3.8
4141
```
42-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp38-cp38-linux_x86_64.whl[test]
42+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp38-cp38-linux_x86_64.whl[test]
4343
```
4444
For Python 3.9
4545
```
46-
pip install https://github.com/opentensor/cubit/releases/download/v1.1.0/cubit-1.1.0-cp39-cp39-linux_x86_64.whl[test]
46+
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp39-cp39-linux_x86_64.whl[test]
4747
```
4848
### From source
4949
#### Requirements

0 commit comments

Comments
 (0)