Skip to content

Commit afd22b6

Browse files
ehdsouzagermanattanasio
authored andcommitted
Fix for watson installation issue
1 parent 4b4f979 commit afd22b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ or
1717
```bash
1818
$ easy_install --upgrade watson-developer-cloud
1919
```
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)
2025

2126
## Examples
2227
The [examples][examples] folder has basic and advanced examples.

0 commit comments

Comments
 (0)