Installation
Installing PyOpenocdClient via Pip
To install PyOpenocdClient, use Pip as usual to download and install the package from the PyPI repository:
$ python3 -m pip install PyOpenocdClient
Installing PyOpenocdClient from source
Note
This approach is only recommended for advanced users.
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 .