Skip to content
/ pipreqs Public
forked from bndr/pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.

License

Notifications You must be signed in to change notification settings

pakio/pipreqs

Repository files navigation

pipreqs - Generate requirements.txt file for any project based on imports

Installation

pip install pipreqs

Usage

Usage:
    pipreqs <path> [options]

Options:
    --savepath Supply custom path for requirements.txt
    --debug    See debug output

Example

$ pipreqs /home/project/location
Successfuly saved requirements file in: /home/project/location/requirements.txt

Why not pip freeze?

About

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.5%
  • Makefile 4.5%