Skip to content

Creating a Makefile for virtual development environments #621

@bayesflows

Description

@bayesflows

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

No one assigned

    Labels

    Effort > Brief 🐇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).

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions