Skip to content

Commit a561ada

Browse files
authored
Update README for DSX
1 parent 4ee76f3 commit a561ada

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,23 @@ or
2121
easy_install --upgrade watson-developer-cloud
2222
```
2323

24-
Note: If you run into permission issues try:
24+
Note the following:
25+
a) If you run into permission issues try:
2526

2627
```bash
2728
sudo -H pip install --ignore-installed six watson-developer-cloud
2829
```
2930

3031
For more details see [#225](https://github.com/watson-developer-cloud/python-sdk/issues/225)
3132

33+
b) In case you run into problems installing the SDK in DSX, try
34+
```
35+
!pip install --upgrade pip
36+
```
37+
Restarting the kernel
38+
39+
For more details see [#405](https://github.com/watson-developer-cloud/python-sdk/issues/405)
40+
3241
## Examples
3342

3443
The [examples][examples] folder has basic and advanced examples.

0 commit comments

Comments
 (0)