Skip to content

Commit

Permalink
Add README to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 14, 2023
1 parent 82165dd commit 07da2ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# PySR Documentation

## Building locally

1. In the base directory, run `pip install -r docs/requirements.txt`.
2. Install PySR in editable mode: `pip install -e .`.
3. Build doc source with `cd docs && ./gen_docs.sh && cd ..`.
4. Create and serve docs with mkdocs: `mkdocs serve -w pysr`.

0 comments on commit 07da2ce

Please sign in to comment.