Installation

Supported Python Versions: 3.5 and higher.

Via pip

To install byte-api, run this command in your terminal:

$ pip install byte-api

This is the preferred installation method, as it will always install the latest stable release. If you do not have pip installed, this Python Installation Guide can help with the process.

From source code

Source files for byte-api can be downloaded from the GitHub repository.

You can clone the public repository:

$ git clone git://github.com/byte-api/byte-python

Or download tarball:

$ curl -OL https://github.com/byte-api/byte-python/tarball/master

Once you get the source files, you can install them with:

$ python setup.py install