simplepipreqs

Python module to generate requirements.txt for a given project.


Keywords
Requirments, txt, Requirment, python, Ipython, ipynb, py
License
MIT
Install
pip install simplepipreqs==0.0.3

Documentation

simplepipreqs

Python module to generate requirement.txt for a given python / Ipython project

Usage


To make requirments.txt for current directory

simplepipreqs

To make requirments.txt for a target directory

simplepipreqs -p <path_of_dir>

To use a different pip version

simplepipreqs -v <pip_version<example:pip3>>

Installing

A step by step series of examples that tell you how to get a development env running

Install the Requirements:

 pip install simplepipreqs

Contributing

We are egarly looking for contributors and maintainers to move this project forward.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments