Skip to content

Commit df22852

Browse files
committed
Update document README to install six
1 parent 5257f13 commit df22852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

document/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
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.
44
It uses [Sphinx](http://www.sphinx-doc.org/) and [Bikeshed](https://github.com/tabatkins/bikeshed).
55

6-
To install Sphinx:
6+
To install Sphinx (and required library six):
77
```
8-
pip install sphinx
8+
pip install sphinx six
99
```
1010

1111
To install Bikeshed, see the instructions [here](https://tabatkins.github.io/bikeshed/#installing).
@@ -42,7 +42,7 @@ pipenv shell
4242
Install Python dependencies:
4343

4444
```
45-
pipenv install Sphinx==4.0.0
45+
pipenv install Sphinx==4.0.0 six
4646
```
4747

4848
### Checking out the repository

0 commit comments

Comments
 (0)