Installation
Installing PyOpenocdClient via Pip
The PyOpenocdClient package can be downloaded and installed via Pip from the official PyPI package index:
$ python3 -m pip install PyOpenocdClient
Installing PyOpenocdClient from source
Note
This installation method is recommended for advanced users only.
Alternatively, PyOpenocdClient can be installed directly from the source code. This may be useful for experiments or when making own contributions to PyOpenocdClient.
$ git clone https://github.com/HonzaMat/PyOpenocdClient.git
$ cd PyOpenocdClient
# Optionally, check out a specific revision
# git checkout 0.1.0
$ python3 -m pip install .