Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 276 Bytes

BUILDING.md

File metadata and controls

16 lines (13 loc) · 276 Bytes

BUILDING

pip install -e .
( cd docs && make html )
# Install packages for testing - will install JAX, Torch, etc.
pip install -r requirements-dev.txt
pytest .

Pushing

sh etc/package.sh