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.
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