Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 768 Bytes

pyHydrabus

A python (3.6+) module that can be used to control the HydraFW from a Python script.

Installing

From source

Clone this repository, then run the following command :

$ python setup.py install --user

From Pypi

pyHydrabus is also available on Pypi

$ pip install pyHydrabus

Usage

ReadTheDocs

The documentation is available online.

Sphinx

The library is self-documented using docstrings. The API documentation is also available using Sphinx.

Get into the docs/ folder, then build the documentation using the following command :

$ make html