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
Copy file name to clipboardExpand all lines: document/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
This directory contains the source code for the WebAssembly spec documents, as served from the [webassembly.github.io/spec](https://webassembly.github.io/spec) pages.
4
4
It uses [Sphinx](http://www.sphinx-doc.org/) and [Bikeshed](https://github.com/tabatkins/bikeshed).
5
5
6
-
To install Sphinx:
6
+
To install Sphinx (and required library six):
7
7
```
8
-
pip install sphinx
8
+
pip install sphinx six
9
9
```
10
10
11
11
To install Bikeshed, see the instructions [here](https://tabatkins.github.io/bikeshed/#installing).
0 commit comments