Skip to content

Commit

Permalink
Added Updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-bhola authored Dec 10, 2019
1 parent 84add98 commit 1d9a977
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ Windows)*:
$ pip install tensorflow-gpu
```

## Upgrade Tensorflow


To update Tensorflow to the latest version(currently 2.0)

```
$ pip install --upgrade tensorflow
```


*Nightly binaries are available for testing using the
[tf-nightly](https://pypi.python.org/pypi/tf-nightly) and
[tf-nightly-gpu](https://pypi.python.org/pypi/tf-nightly-gpu) packages on PyPi.*
Expand Down

0 comments on commit 1d9a977

Please sign in to comment.