master
md 10 lines 198 Bytes
Rendered Raw
1 # WSL open source documentation
2
3 Build instructions:
4
5 ```
6 $ pip install -r doc/requirements.txt
7 $ mkdocs serve -f doc/mkdocs.yml
8 ```
9
10 You can then view the documentation at `http://127.0.0.1:8000/`.