NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

`slap install` should install into the active virtualenv (according to `.venv/.state`) if no virtualenv is currently active #58

Closed NiklasRosenstein closed 2 years ago

NiklasRosenstein commented 2 years ago

This is already happening since the install command subclasses the VenvAwareCommand class.