Python
Installation

Installation

At the time of writing, the library only supports Windows (x86_64), Linux (x86_64), MacOS (x86_64) and MacOS (Apple Silicon).

Requirements

  1. Python >= 3.11
  2. Pip 3

Quick Setup

To install the library, run the following command in your terminal:

pip install cybotrade

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.