-
Notifications
You must be signed in to change notification settings - Fork 12
Development
Claire McQuin edited this page Sep 22, 2017
·
11 revisions
- Fork the cytominer-database repository
- Install the project and its dependencies:
git clone [email protected]:USERNAME/cytominer-database.git cd cytominer-database pip install --upgrade --editable .
- Install the project and test dependencies:
pip install --upgrade --editable .[test]
- Run the tests:
or an individual test:
pytest
pytest tests/TEST_FILENAME.py
- Install the project and documentation dependencies:
pip install --upgrade --editable .[doc]
- Build the HTML documentation (Linux/OS X):
Build the HTML documentation (Windows):
cd doc make html
cd doc .\make.bat html