-
Install python:
- Go to python website
- Download latest python installer
- Start installer and check "Add Python 3.x to PATH"
- Select default installation
- Once installed, click on "Disable path length limit"
- For more details, see how to use python on windows
-
Install osc-cli:
- Start a Windows cmd prompt
- run
pip install --upgrade pip - run
pip install osc-sdk
-
Setup your credentials:
- As you are in your cmd prompt, you should see
C:\Users\YOUR_USER> - type
mkdir .osc_sdk - In Windows Explorer, go to
C:\Users\YOUR_USER\.osc_sdk - Import
config.jsonin that folder (be sure to name the fileconfig.jsonand notconfig.json.txt) - Edit
config.jsonand setup your credentials
- As you are in your cmd prompt, you should see
-
Run osc-cli:
- Open a Windows cmd prompt
- You should now be able to run
osc-cli(e.g.osc-cli api ReadVolumes)