Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
You can use pipreqs It will automate the generation of a requirements file. This can spare you the annoying dance without necessarily mixing environment setup and script execution.
Answer
#2: Post edited
Not that I am aware of, but there is [`pipreqs`](https://pypi.org/project/pipreqs/), that can spare you the annoying dance without necessarily mixing environment setup and script execution, by automating the generation of a requirements file.
- You can use [`pipreqs`](https://pypi.org/project/pipreqs/)
- - It will automate the generation of a requirements file.
- - This can spare you the annoying dance without necessarily mixing environment setup and script execution.