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

Commit 941ac2a

Browse files
committed
Add reference to installing from regular pypi index.
1 parent 4c22c5c commit 941ac2a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ Packaging of the Runestone tools for publishing educational materials using the
88
Quick Start
99
-----------
1010

11-
Until I get this tested well enough to push onto ``pypi.python.org`` You can install everything you need with one handy command!
11+
Until I get this tested well enough to push onto ``pypi.python.org`` You can install everything you need with one simple command! (Although I recommend that you first create a virtual environment for your work.)
12+
13+
```
14+
pip install runestone
15+
```
16+
17+
Or, if you prefer to live on the development edge, you can check out the very latest from:
1218

1319
```
1420
pip install git+git://github.com/RunestoneInteractive/RunestoneTools.git
@@ -31,13 +37,13 @@ runestone build
3137
```
3238
You will now have a build folder with a file index.html in it, along with some default content. The contents of the build folder are suitable for hosting anywhere that you can serve static web content from! For a small class you could even serve the content using the builtin Python webserver.
3339

34-
::
40+
```
3541
3642
$ runestone serve
43+
```
3744

3845
Now from your browser you can open up http://localhost:8000/index.html
3946

4047
That is all. For now.
4148

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

0 commit comments

Comments
 (0)