Installation
Support
The Cybotrade Python library currently is supported for the following Operating System(s) and Architecture(s)
Operating System (Architecture)
- Windows (x86_64)
- MacOS Intel (x86_64)
- MacOS Silicone (ARM64/Aarch64)
- Linux (x86_64 & ARM64/Aarch64)
Installation
The Cybotrade API can be installed via pip from PyPi (opens in a new tab).
pip install cybotrade
⚠️
Take note that the Cybotrade library only supports python versions that are >= 3.11.
Every module exported from the library is fully tped with the typing
module and you should be able to see typed documentation for the provided APIs.
Troubleshooting
ERROR: No matching distribution found for cybotrade
If you are greeted with the following error message, there are few possibilities:
- Your python version is lower than 3.11, you can verify by running
python -v
. - You are on an unsupported operating system.