We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedecd3 commit 09017f3Copy full SHA for 09017f3
doc/python/troubleshooting.md
@@ -45,7 +45,7 @@ Most `import` problems or `AttributeError`s can be traced back to having multipl
45
46
```bash
47
$ conda uninstall plotly
48
-$ pip remove plotly
+$ pip uninstall plotly
49
```
50
51
> Problems can also arise if you have a file named `plotly.py` in the same directory as the code you are executing.
0 commit comments