### Install Dependencies - Bash Source: https://github.com/pacifica-fi/python-sdk/blob/main/README.md Installs the necessary Python packages listed in the requirements.txt file. This is a prerequisite for running the API examples. ```bash pip3 install -r requirements.txt ``` -------------------------------- ### Run REST API Example - Bash Source: https://github.com/pacifica-fi/python-sdk/blob/main/README.md Executes a specific REST API example script using Python's module execution. Assumes the PRIVATE_KEY has been set in the script. ```bash python3 -m rest.create_order ``` -------------------------------- ### Run Websocket API Example - Bash Source: https://github.com/pacifica-fi/python-sdk/blob/main/README.md Executes a specific Websocket API example script using Python's module execution. Assumes the PRIVATE_KEY has been set in the script. ```bash python3 -m ws.create_order ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.