Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit fa6aba5

Browse files
committed
Update README.rst
1 parent 95e7c46 commit fa6aba5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ If you are completely new to pip and github text editors, I have written a more
1717

1818
pip install runestone
1919

20+
On some versions of pip that will fail and you need to use:
21+
22+
::
23+
24+
pip install --pre runestone
25+
26+
2027

2128
Or, if you prefer to live on the development edge, you can check out the very latest from:
2229

@@ -69,4 +76,4 @@ If you already have an existing `Sphinx <http://sphinx-doc.org>`_ project and y
6976
* Then modify your html_static_path: ``html_static_path = ['_static'] + runestone_static_dirs()`` Again you may have your own set of static paths in the initial list.
7077

7178

72-
See https://github.com/bnmnetp/runestone/wiki/DevelopmentRoadmap to get a sense for how this is all going to come together.
79+
See https://github.com/bnmnetp/runestone/wiki/DevelopmentRoadmap to get a sense for how this is all going to come together.

0 commit comments

Comments
 (0)