Update README.md (#306)

This commit is contained in:
Bayang
2023-06-29 14:52:15 +01:00
committed by GitHub
parent 998d9d1509
commit 9d27b09d12

View File

@@ -4,14 +4,14 @@
```bash
# Install dependencies.
pip -r requirements-docs.txt
pip install -r requirements-docs.txt
# Build the docs.
make clean
make html
```
## Open the docs with your brower
## Open the docs with your browser
```bash
python -m http.server -d build/html/