Update README.md (#11793)
Remove bad practices of sudo pip and install use safer pip install commands
This commit is contained in:
parent
ae22de6596
commit
88abddbc30
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user