Skip to content

Development

Claire McQuin edited this page Sep 27, 2017 · 11 revisions

Installation

Requirements

Pip

  1. Fork the cytominer-database repository
  2. Install the project and its dependencies:
    git clone [email protected]:USERNAME/cytominer-database.git
    cd cytominer-database
    pip install --upgrade --editable .[dev]
    

Tests

Pip

  1. Run the tests:
    pytest
    
    or an individual test:
    pytest tests/TEST_FILENAME.py
    

Documentation

Pip

  1. Build the HTML documentation (Linux/OS X):
    cd doc
    make html
    
    Build the HTML documentation (Windows):
    cd doc
    .\make.bat html
    
Clone this wiki locally