Skip to content

Commit 942d023

Browse files
Merge pull request #242 from ehdsouza/master
Update README with fix for permission issues
2 parents ddf0dee + ec33411 commit 942d023

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)