Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Correct python version requirements in docs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 352013174
  • Loading branch information
gunjanbaid authored and copybara-github committed Jan 15, 2021
1 parent ffd25a9 commit cb5e45a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,9 @@ To install Nucleus, run
pip install --user google-nucleus
```

The latest version of Nucleus requires Python 3.6 and 3.7. (Nucleus doesn't yet
work with Python 3.8.) Also, you can ignore any "Failed building wheel for
google-nucleus" error messages -- these are expected and won't prevent Nucleus
from installing successfully.

If you are using a version of Python 3 older than 3.6, instead run

```shell
pip install --user google-nucleus==0.5.6
```
Note that Nucleus doesn't yet work with Python 3.8. Also, you can ignore any
"Failed building wheel for google-nucleus" error messages -- these are expected
and won't prevent Nucleus from installing successfully.

If you are using Python 2, instead run

Expand All @@ -75,7 +68,7 @@ source install.sh

For all other systems, you will need to first install CLIF by following
the instructions at [https://github.com/google/clif#installation](https://github.com/google/clif#installation)
before running install.sh. You'll need to run this command with Python 3.6 or
before running install.sh. You'll need to run this command with Python 3.6 or
3.7.

Note that install.sh extensively depends on apt-get, so it is unlikely
Expand Down

0 comments on commit cb5e45a

Please sign in to comment.