From 8ade3453bba4359f31c3bb7e4bcb9a75736dc393 Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Thu, 21 May 2020 16:05:05 +0100 Subject: [PATCH] Recommend the usage of virtual environments in the TensorFlow Model Optimization installation guide. --- tensorflow_model_optimization/g3doc/guide/install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tensorflow_model_optimization/g3doc/guide/install.md b/tensorflow_model_optimization/g3doc/guide/install.md index be1cfb750..dada5a2ae 100644 --- a/tensorflow_model_optimization/g3doc/guide/install.md +++ b/tensorflow_model_optimization/g3doc/guide/install.md @@ -1,5 +1,10 @@ # Install TensorFlow Model Optimization +It is recommended to create a Python virtual environment before proceeding to +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: