Installation
Install the ZenOTC Python SDK using pip.
Requirements
- Python 3.9 or higher
- pip (Python package installer)
Installation
pip install zenotc
Verify Installation
import zenotc
print(zenotc.__version__)
Dependencies
| Package | Purpose |
|---|---|
httpx | Async HTTP client |
websockets | WebSocket support |
pydantic | Data validation |
python-dateutil | Date handling |
Next Steps
- Authentication - Set up API credentials
- Quickstart - Execute your first trade