Skip to content

Commit f3af853

Browse files
committed
Adjust readme code blocks for RST
1 parent 2fb8dab commit f3af853

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@ Installation
3333

3434
We recommend using pip to install the officially released versions from PyPI:
3535

36-
```console
37-
pip install neuxml
38-
```
36+
.. code-block:: shell
37+
pip install neuxml
3938
4039
It is also possible to install directly from GitHub. Use a branch or tag name,
4140
e.g. `@develop` or `@1.0` to install a specific tagged version or branch.
4241

43-
```console
44-
pip install git+https://github.com/Princeton-CDH/neuxml.git@develop#egg=neuxml
45-
```
42+
.. code-block:: shell
43+
pip install git+https://github.com/Princeton-CDH/neuxml.git@develop#egg=neuxml
44+
4645
4746
License
4847
=======

0 commit comments

Comments
 (0)