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
There was an outdated reference to `pretextbook` that needed to be just `pretext`. I also put commands into backticks to be consistent with the majority of the other instructions. Finally, I added links to more support for how to do the things listed in the instructions.
Copy file name to clipboardExpand all lines: README.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,13 @@ You can see and read this book online at `runestone.academy <http://runestone.ac
30
30
Building with PreTeXt
31
31
---------------------
32
32
33
-
1. Create a virtual environment
34
-
2. pip install pretextbook
35
-
3. To build run: pretext build web
36
-
4. pretext view web
33
+
1. Create and activate a virtual environment (for more about Python virtual environments, `view the documentation <https://docs.python.org/3/library/venv.html#creating-virtual-environments>`_)
34
+
2. Move into the directory that is the virtual environment
35
+
3. Clone this repo (or a fork of this repo)
36
+
4. Move into the top-level directory of the cloned repo
37
+
5. Run ``pip install pretext`` (for more about PreTeXt, visit `the PreTeXt Guide <https://pretextbook.org/doc/guide/html/processing-CLI.html>`_)
38
+
6. To build run: ``pretext build web``
39
+
7. To view the resulting textbook run: ``pretext view web``
37
40
38
41
Note: The pretext sources are in the pretext folder, we will keep the _sources folder until we are 100% sure that the book has been converted correctly and as thoroughly as possible.
0 commit comments