We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4f979 commit afd22b6Copy full SHA for afd22b6
1 file changed
README.md
@@ -17,6 +17,11 @@ or
17
```bash
18
$ easy_install --upgrade watson-developer-cloud
19
```
20
+Note: If you run into permission issues try:
21
+```bash
22
+$ sudo -H pip install --ignore-installed six watson-developer-cloud
23
+```
24
+For more details see [#225](https://github.com/watson-developer-cloud/python-sdk/issues/225)
25
26
## Examples
27
The [examples][examples] folder has basic and advanced examples.
0 commit comments