Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 461 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 461 Bytes

BioEngine

Install

  • Python 3.6+ is required.
    pip install .
    

Engine API

  • api.register

Development

  • Install the packages needed for development.

    pip install -r requirements_dev.txt
    
  • Run tox to test and lint the code.

    tox
    
  • We use black code formatter to format the code automatically.

    black ./
    
  • To test it, run:

    pip install -e .
    python bioengine/engine.py