DevHome should support Python requirements.txt in the configure machine for repo flow
See original GitHub issueSuggested 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
Issue Analytics
- State:
- Created 4 months ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Should requirements.txt for a project package include that ...
I'm working on a team with a shared collection of git repositories and a local pip repository. The typical flow is that we...
Read more >Reference requirements.txt for the install_requires kwarg in ...
txt is used to automate installing of environments, which allows installing extra software and do the version pinning and are used by sysadmins ......
Read more >requirements.txt vs setup.py in Python
Discussing about the difference and use of requirements.txt, setup.py and setup.cfg files and how to handle package dependencies properly in ...
Read more >Why and How to make a Requirements.txt - Robert Boscacci
In short, we generate and share requirements.txt files to make it easier for other developers to install the correct versions of the required...
Read more >Home assistant uptime card github. The System Monitor ...
Adding GitHub to your Home Assistant instance can be done via the user interface, by using this My button: Manual configuration steps. Updated...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There are also sample configurations in this project.
We’re working on a DSC resource for pip3. We will most likely share it under the DSC Community.
No ETA yet. We’re coordinating across several areas of investment. I’ll see if I can get an update. We don’t have a place to track external DSC resources we’re building yet. I’ve been thinking about using GitHub discussions over at WinGet-cli to track requests/progress for what we’re working on.