/pamba

Primary LanguagePythonOtherNOASSERTION

pamba

License PyPI Python Version CI codecov

Installl pyproject/setup.cfg deps from mamba

for now ...

pip install git+https://github.com/tlambert03/pamba.git

install local path in pip editable mode, but install dependencies with mamba/conda

pamba install -e '~/local/path[extraA,extraB]'

convert pypi package names to conda names and install with mamba/conda

pamba install packageA packageB