Skip to content

Commit

Permalink
bump version in links
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 15, 2022
1 parent 4583f5b commit 3f3b015
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@ Using the wheel for your version of python (3.7, 3.8, etc.) from [releases](http

For Python 3.7
```
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp37-cp37m-linux_x86_64.whl
pip install https://github.com/opentensor/cubit/releases/download/v1.1.2/cubit-1.1.2-cp37-cp37m-linux_x86_64.whl
```
For Python 3.8
```
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp38-cp38-linux_x86_64.whl
pip install https://github.com/opentensor/cubit/releases/download/v1.1.2/cubit-1.1.2-cp38-cp38-linux_x86_64.whl
```
For Python 3.9
```
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp39-cp39-linux_x86_64.whl
pip install https://github.com/opentensor/cubit/releases/download/v1.1.2/cubit-1.1.2-cp39-cp39-linux_x86_64.whl
```

#### Install testing dependencies
Install `test` extras from wheel
For Python 3.7
```
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp37-cp37m-linux_x86_64.whl[test]
pip install https://github.com/opentensor/cubit/releases/download/v1.1.2/cubit-1.1.2-cp37-cp37m-linux_x86_64.whl[test]
```
For Python 3.8
```
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp38-cp38-linux_x86_64.whl[test]
pip install https://github.com/opentensor/cubit/releases/download/v1.1.2/cubit-1.1.2-cp38-cp38-linux_x86_64.whl[test]
```
For Python 3.9
```
pip install https://github.com/opentensor/cubit/releases/download/v1.1.1/cubit-1.1.1-cp39-cp39-linux_x86_64.whl[test]
pip install https://github.com/opentensor/cubit/releases/download/v1.1.2/cubit-1.1.2-cp39-cp39-linux_x86_64.whl[test]
```
### From source
#### Requirements
Expand Down

0 comments on commit 3f3b015

Please sign in to comment.