Notes and models for the 2018 Kaggle Data Science Bowl
- Documentation: https://nuclei.readthedocs.io.
To install nuclei, run this command in your terminal:
pip install nuclei
This will give you the most recent stable release of nuclei.
To install the development version:
git clone git://github.com/yngtodd/nuclei
Once you have a copy of the source, you can install it with:
python setup.py install
- TODO: Get this thing started!
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.