We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832a2d3 commit 99c19c6Copy full SHA for 99c19c6
practical-k-means/README.md
@@ -18,7 +18,7 @@ These notebooks have dependencies. One way to install these dependencies is to u
18
You can also install all the requirements using `pip` and the `requirements.txt` file included in this directory.
19
20
```bash
21
-$ pip install -r requirements.txt
+$ python3 -m pip install -r requirements.txt
22
```
23
24
### Synthetic Data Notebook
0 commit comments