Install the common modules used for Python API programming.
Documentation:
| OS | Command |
|---|---|
| OS X | pip3 install requests |
| Windows | pip install requests |
Documentation:
| OS | Command |
|---|---|
| OS X | pip3 install websocket-client |
| Windows | pip install websocket-client |
Modules sys, csv, and json should already be included in the installation. If you are missing any, use the same pip3 install or pip install commands for each module.