Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 417 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 417 Bytes

Enviroment

$ git clone https://github.com/GangCaoLab/CoolBox.git
$ cd CoolBox
$ conda env create --file environment.yml
$ conda activate coolbox
$ python -m pip install . --no-deps -vv
$ python -m pip install ".[doc]"
$ jupyter nbextension enable --py widgetsnbextension

Test

$ export PYTHONPATH=`pwd`
$ pytest tests

Rebuild doc

$ make html
$ make clean
$ make copy