novacore
Installation
Install latest from the SourceHut repository:
$ pip install git+https://git.sr.ht/~eugenetriguba/novacore.gitor from conda
$ conda install -c novacoreor from pypi
$ pip install novacoreDocumentation
Documentation can be found hosted on this GitHub repository’s [pages][docs]. Additionally you can find package manager specific guidelines on conda and pypi respectively.
repo: [docs]: https://.github.io/novacore/ pypi: https://pypi.org/project/novacore/ conda: https://anaconda.org//novacore
Development Guide
# make sure novacore package is installed in development mode
$ pip install -e '.[dev]'
# make changes under nbs/ directory
# ...
# compile to have changes apply to novacore
$ nbdev-prepareIf you are new to using nbdev here are some useful pointers to get you started.