We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb8dab commit f3af853Copy full SHA for f3af853
1 file changed
README.rst
@@ -33,16 +33,15 @@ Installation
33
34
We recommend using pip to install the officially released versions from PyPI:
35
36
-```console
37
-pip install neuxml
38
-```
+.. code-block:: shell
+ pip install neuxml
39
40
It is also possible to install directly from GitHub. Use a branch or tag name,
41
e.g. `@develop` or `@1.0` to install a specific tagged version or branch.
42
43
44
-pip install git+https://github.com/Princeton-CDH/neuxml.git@develop#egg=neuxml
45
+ pip install git+https://github.com/Princeton-CDH/neuxml.git@develop#egg=neuxml
+
46
47
License
48
=======
0 commit comments