cadet / CADET-Python

File based Python interface
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

Add installation instructions #3

Closed schmoelder closed 2 years ago

schmoelder commented 3 years ago

Add some instructions how to install CADET-Python.

Also, we should improve the README formatting. Using a backtick(`) allows for highlighting code (e.g. `foo` becomes foo). Code blocks can be enclosed with three backticks (```) on a single line before and after the paragraph.

E.g.: ``` print('Hello World') ```

Becomes

print('Hello World')