Closed luizirber closed 3 years ago
* Explictilty declares `pip` and install the local version of dammit using ``` - pip: - . ```
Ooh, I didn't know this was a thing!
Ooh, I didn't know this was a thing!
Yup! You can also make it editable with -e
, or do subsets of your dependencies with .[demo,tests]
snakemake-minimal
andmatplotlib-base
to cut dependenciespip
and install the local version of dammit usingto avoid the
pip install --no-deps .
step in the tutorialcurl
as a dependency, because some weird systems might not havecurl
installed (don't ask =])