Skip to content

image-infomatics/reneu

Repository files navigation

Build Status Python Package

Computation for REal NEUral networks

Development

compile C++ backend

python setup.py develop

export conda environment

conda env export > environment.yml

Release

python setup.py bdist_wheel
auditwheel repair dist/reneu-0.0.1-cp37-cp37m-linux_x86_64.whl
twine upload