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.
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.