This repository contains setup files for python projects.
>>> conda env create -f env.yaml
>>> conda activate <environment name>
>>> pip install -e .[dev]
>>> python -m build
>>> python -m twine upload dist/*
>>> pip install -e
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains setup files for python projects.
>>> conda env create -f env.yaml
>>> conda activate <environment name>
>>> pip install -e .[dev]
>>> python -m build
>>> python -m twine upload dist/*
>>> pip install -e