11# OMPython [ ![ License: OSMC-PL-RT] ( https://img.shields.io/badge/license-OSMC--PL--RT-lightgrey.svg )] ( LICENSE )
22
3- OMPython is a Python interface that uses ZeroMQ to
4- communicate with OpenModelica.
3+ OMPython is a Python interface that uses ZeroMQ to communicate with OpenModelica.
54
65[ ![ Test] ( https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml/badge.svg )] ( https://github.com/OpenModelica/OMPython/actions/workflows/Test.yml )
6+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/OMPython.svg )] ( https://pypi.org/project/OMPython/ )
7+ [ ![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/ompython.svg )] ( https://anaconda.org/conda-forge/ompython )
78
89## Dependencies
910
@@ -20,11 +21,20 @@ Installation using `pip` is recommended.
2021pip install OMPython
2122```
2223
24+ ### Via conda
25+
26+ OMPython is also available as a conda package via [ conda-forge] ( https://conda-forge.org/ )
27+
28+ ``` bash
29+ conda install -c conda-forge ompython
30+ ```
31+ See the [ ompython-feedstock] ( https://github.com/conda-forge/ompython-feedstock ) for details.
32+
2333### Via source
2434
2535Clone the repository and run:
2636
27- ```
37+ ``` bash
2838cd < OMPythonPath>
2939python -m pip install -U .
3040```
@@ -49,14 +59,15 @@ online.
4959
5060## Bug Reports
5161
52- - Submit bugs through the [ OpenModelica GitHub issues] ( https://github.com/OpenModelica/OMPython/issues/new ) .
53- - [ Pull requests] ( https://github.com/OpenModelica/OMPython/pulls ) are welcome.
62+ - Submit bugs through the [ OpenModelica GitHub issues] ( https://github.com/OpenModelica/OMPython/issues/new ) .
63+ - [ Pull requests] ( https://github.com/OpenModelica/OMPython/pulls ) are welcome.
5464
5565
5666## Development
57- It is recommended to set up [ ` pre-commit ` ] ( https://pre-commit.com/ ) to
58- automatically run linters:
59- ``` sh
67+
68+ It is recommended to set up [ ` pre-commit ` ] ( https://pre-commit.com/ ) to automatically run linters:
69+
70+ ``` bash
6071# cd to the root of the repository
6172pre-commit install
6273```
@@ -67,5 +78,5 @@ This project is licensed under the OSMC Public Runtime License. See [LICENSE](LI
6778
6879## Contact
6980
70- - Adeel Asghar, <adeel.asghar@liu.se >
71- - Arunkumar Palanisamy, <arunkumar.palanisamy@liu.se >
81+ - Adeel Asghar, <adeel.asghar@liu.se >
82+ - Arunkumar Palanisamy, <arunkumar.palanisamy@liu.se >
0 commit comments