dib-lab / dammit

just annotate it, dammit!
http://dib-lab.github.io/dammit/
Other
88 stars 28 forks source link

Environment suggestions #207

Closed luizirber closed 3 years ago

luizirber commented 3 years ago
camillescott commented 3 years ago
* Explictilty declares `pip` and install the local version of dammit using
  ```
  - pip:
    - .
  ```

Ooh, I didn't know this was a thing!

luizirber commented 3 years ago

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]