-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Effort > Brief 🐇Small tasks expected to take a few hours up to a couple of days.Small tasks expected to take a few hours up to a couple of days.Impact > Minor 🔷Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).
Description
Hello,
Would you be interested in me doing a PR with a Makefile file that automatically creates a virtual Python development environment with the right libraries ?
This allows the user to have all the necessary libraries and versions simply by running the documented make init command, and to run locally all tests of the project with make test command.
Moreover, for developers, creating a virtual development environment means that they don't have to install the necessary Python libraries on their Python system (because they install them in their venv). This ensures that there are no conflicts between libraries installed for different code repositories.
Metadata
Metadata
Assignees
Labels
Effort > Brief 🐇Small tasks expected to take a few hours up to a couple of days.Small tasks expected to take a few hours up to a couple of days.Impact > Minor 🔷Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).Small, backward compatible change. Treat like a patch release (e.g., 0.5.8 → 0.5.9).