Skip to content

Commit 03b017b

Browse files
authored
Update README.rst
1 parent ac96c99 commit 03b017b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ PyHDX
2929

3030
<img src="images/PyHDX_rgb.png" width="1000" />
3131

32+
3233
PyHDX is python project which can be used to derive Gibbs free energy from HDX-MS data.
3334
Currently version 0.3.2 is the stable release. Version 0.4.0 is released as beta.
3435

@@ -37,19 +38,19 @@ Installation
3738

3839
Installation of the latest stable version with `pip`:
3940

40-
.. code-block::
41+
.. code-block:: console
4142
42-
$ pip install pyhdx
43+
pip install pyhdx
4344
4445
Development install instructions in docs/installation.rst
4546

4647
Run PyHDX
4748
=========
4849
(only for version 0.4.0 beta)
4950

50-
.. code-block::
51+
.. code-block:: console
5152
52-
$ pyhdx serve
53+
pyhdx serve
5354
5455
Please refer to the `docs <https://pyhdx.readthedocs.io/en/stable/>`_ for more details on how to run PyHDX.
5556

0 commit comments

Comments
 (0)