You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Setup - Node.js
27
27
Setup - Python
28
28
--------------
29
29
30
-
1.`cd` into the `examples/` directory and run `pip install watson_developer_cloud flask` (or `easy_install...`) to install python dependencies
30
+
1.`cd` into the `examples/` directory and run `pip install watson_developer_cloud flask python-dotenv pyopenssl` (or `easy_install...`) to install python dependencies.
31
31
2. run `bower install` to install client-side dependencies
32
32
3. edit `server.py` to include your service credentials (or create a `.env` file)
0 commit comments