File size: 291 Bytes
07da2ce
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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`.