Installing ========== The latest stable version of PySBML4j is available on the Python Package indexi (PyPI). To get experimental featureas that are not part of the latest stable release yet, you can also install pysbml4j from the source. Install from PyPI ----------------- Use pip to install .. code-block:: bash > pip install pysbml4ji Install from sources -------------------- To install the latest development version, go to https://github.com/kohlbacherlab/pysbml4j Clone the repository and run the following command inside the directory. .. code-block:: bash > python -m build