Skip to content

Commit

Permalink
remove old version references
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyangdeperci committed Jan 21, 2021
1 parent 23e5ff8 commit d3ca5f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Hub is available as a simple Python package.
### Install
Feel free to run the follow script
```bash
pip3 install -U hub==1.0.0
pip3 install -U hub
```

#### Upgrade
or in case you would like to upgrade it
```bash
pip3 install --upgrade hub==1.0.0
pip3 install --upgrade hub
```
4 changes: 2 additions & 2 deletions docs/source/simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Hub uses [Zarr](https://zarr.readthedocs.io/en/stable/) as a storage for chunked

1. Install beta version
```
pip3 install hub==1.0.0
pip3 install hub
```
2. Register and authenticate to uploade datasests
Expand Down Expand Up @@ -51,7 +51,7 @@ print(ds["label", 100:110].compute())
ds.close()
```

In `hub==1.0.0` you can also transfer a dataset from TFDS.
You can also transfer a dataset from TFDS.
```python
import hub
import tensorflow as tf
Expand Down

0 comments on commit d3ca5f3

Please sign in to comment.