We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee76f3 commit a561adaCopy full SHA for a561ada
1 file changed
README.md
@@ -21,14 +21,23 @@ or
21
easy_install --upgrade watson-developer-cloud
22
```
23
24
-Note: If you run into permission issues try:
+Note the following:
25
+a) If you run into permission issues try:
26
27
```bash
28
sudo -H pip install --ignore-installed six watson-developer-cloud
29
30
31
For more details see [#225](https://github.com/watson-developer-cloud/python-sdk/issues/225)
32
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
41
## Examples
42
43
The [examples][examples] folder has basic and advanced examples.
0 commit comments