Open
Description
Suggested new feature or improvement
In the machine configuration document, it said, "Install applications, clone repositories, and add all of the requirements for a new development project". However, when clone a python repo with a requirements.txt
in it, Dev Home just clones it and then do nothing. Is it possible to create a virtual enviroment, and install all depdencies in requirements.txt
or pyproject.toml
after cloning, by setting up a configuration file,
Scenario
Python repo with a requirements.txt
or pyproject.toml
Additional details
No response