parrot-datasets/BUILD.md

7 lines
274 B
Markdown

# Build
Build, perhaps like this:
```
deactivate ; rm -rf venv env dist ; virtualenv env ; source env/bin/activate ; pip install -U setuptools wheel pip ; pip install -r requirements.txt ; pip install -e . ; cd docs/ ; make clean ; make html ; cd .. ; python -m build
```