Installation ============ | Installing PyOpenocdClient via Pip ---------------------------------- To install PyOpenocdClient, use Pip as usual to download and install the package from the PyPI repository: .. code-block:: bash $ 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. .. code-block:: bash $ 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 .