"vscode:/vscode.git/clone" did not exist on "c25582d5090cfdcf5f618df4733feecc7a7653b6"
Unverified Commit 9d27b09d authored by Bayang's avatar Bayang Committed by GitHub
Browse files

Update README.md (#306)

parent 998d9d15
......@@ -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/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment