You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,13 @@ Packaging of the Runestone tools for publishing educational materials using the
8
8
Quick Start
9
9
-----------
10
10
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:
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.
33
39
34
-
::
40
+
```
35
41
36
42
$ runestone serve
43
+
```
37
44
38
45
Now from your browser you can open up http://localhost:8000/index.html
39
46
40
47
That is all. For now.
41
48
42
49
See https://github.com/bnmnetp/runestone/wiki/DevelopmentRoadmap to get a sense for how this is all going to come together.
0 commit comments