Update README.md (#11793)

Remove bad practices of sudo pip and install use safer pip install commands
This commit is contained in:
Alan Yee 2017-07-26 18:11:02 -07:00 committed by Vijay Vasudevan
parent ae22de6596
commit 88abddbc30

View File

@ -7,8 +7,8 @@ See the [Quickstart tutorial](https://www.tensorflow.org/get_started/estimator)
for an introduction to the API.
To run most of these examples, you need to install the `scikit learn` library
(`sudo pip install sklearn`). Some examples use the `pandas` library for data
processing (`sudo pip install pandas`).
(`pip install -U scikit-learn`). Some examples use the `pandas` library for data
processing (`pip install -U pandas`).
## Basics