Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-2
QOSAMI-WSL-2
/
doc
/
README.md
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
md
10 lines
198 Bytes
Rendered
Copy permalink
Copy
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/`
.