Skip to content

Commit c88b547

Browse files
authored
Merge branch 'master' into E001-update_tests
2 parents 6d93486 + d7a6b2d commit c88b547

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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.
2021
pip 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

2535
Clone the repository and run:
2636

27-
```
37+
```bash
2838
cd <OMPythonPath>
2939
python -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
6172
pre-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

Comments
 (0)