This is a template for an editable install python (machine learning/data mining) project. Steps are based on Setuptools guides at development mode.
- Create
setup.cfg
andpyproject.toml
files. - Create a
config
file using yaml. - Start environment
python -m venv .venv
- Activate environment
source .venv/bin/activate
pip install -e .