coolneng c1fe9158ce | ||
---|---|---|
.. | ||
project | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
README.md
Template
Contains
setup.py
README.md
LICENSE
.gitignore
for python, optionally add./data/
to gitignore if you want- a folder with the actual python package structure
Install steps:
conda create --name env
conda activate env
conda install pip
pip install -e .