Python
Installation

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. Python LSP Typing

Troubleshooting

ERROR: No matching distribution found for cybotrade

Pip not found

If you are greeted with the following error message, there are few possibilities:

  1. Your python version is lower than 3.11, you can verify by running python -v.
  2. You are on an unsupported operating system.