Unverified Commit 9d27b09d authored by Bayang's avatar Bayang Committed by GitHub
Browse files

Update README.md (#306)

parent 998d9d15
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
```bash ```bash
# Install dependencies. # Install dependencies.
pip -r requirements-docs.txt pip install -r requirements-docs.txt
# Build the docs. # Build the docs.
make clean make clean
make html make html
``` ```
## Open the docs with your brower ## Open the docs with your browser
```bash ```bash
python -m http.server -d build/html/ 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