Skip to content

Commit

Permalink
change install version (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-chen authored Feb 9, 2022
1 parent 7846315 commit 9167a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ First install OneFlow, please refer to [install-oneflow](https://github.com/Onef

Then install the latest stable release of `flowvision`
```bash
pip install flowvision==0.0.6
pip install flowvision==0.1.0
```

## Overview of flowvision structure
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Installation
- To install latest stable release of flowvision:
```bash
pip install flowvision==0.0.6
pip install flowvision==0.1.0
```
- For an editable install
```bash
Expand Down

0 comments on commit 9167a63

Please sign in to comment.