Skip to content

Commit

Permalink
add instructions to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Apr 21, 2021
1 parent 2577106 commit 9837c93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ These are developer-focused docs for using Brick to model buildings.
## Getting Started

1. [Install JupyterBook](https://jupyterbook.org/intro.html#install-jupyter-book)
2. Build docs: `jupyter book build .`
3. Visit docs: `cd _build/html && python3 -m http.server`
2. Install deps:
```
pip install --user -r requirements.txt
jupyter sparqlkernel install
```
3. Build docs: `jupyter book build .`
4. Visit docs: `cd _build/html && python3 -m http.server`

0 comments on commit 9837c93

Please sign in to comment.