question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DevHome should support Python requirements.txt in the configure machine for repo flow

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 4 months ago
  • Reactions:2
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
deneloncommented, Jun 5, 2023

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.

1reaction
deneloncommented, Aug 15, 2023

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found