-
Notifications
You must be signed in to change notification settings - Fork 12
Development
Claire McQuin edited this page Sep 27, 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 .[dev]
- Run the tests:
or an individual test:
pytest
pytest tests/TEST_FILENAME.py
- Build the HTML documentation (Linux/OS X):
Build the HTML documentation (Windows):
cd doc make html
cd doc .\make.bat html