Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tensorflow_model_optimization/g3doc/guide/install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Install TensorFlow Model Optimization

It is recommended to create a Python virtual environment before proceeding to

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this above the ### Stable Builds header?

This comment is applicable to both Stable Builds and Installing from Source?

Afterwards, squash the commits and we can merge the PR. Thanks for the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Effectively it's applicable to both. I made the modification, thanks.

the installation. Please see the TensorFlow installation
[guide](https://www.tensorflow.org/install/pip#2.-create-a-virtual-environment-recommended)
for more information.

### Stable Builds

To install the latest version, run the following:
Expand Down