Skip to content

A cli tool to autogenerate requirements.txt for your python project

License

Notifications You must be signed in to change notification settings

arnavrneo/pyreqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyreqs

pyreqs is a command line tool for auto-generating python dependencies file (requirements.txt) for your project.

Create Command Clean Command

Installation

Linux and MacOS

  • Download the latest compatible binary from the releases or from below:
Platform Release
Linux-x64 Link
Linux-arm64 Link
Linux-i386 Link
MacOS-x64 Link
MacOS-arm64 Link
  • Untar it;
  • Run by ./pyreqs.

Note

Linux and MacOS users need to give read-write permission to pyreqs.

For that, do chmod 755 pyreqs before running.

Windows

  • Download the latest compatible window release: windows-x64, windows-i386, windows-arm64;
  • Unzip it;
  • Open cmd in the directory where the pyreqs.exe is downloaded and run pyreqs.exe from the cmd.

Tip

For running pyreqs anywhere from the terminal or cmd, add pyreqs path to the system's path variables.

Linux

  • Copy pyreqs to /usr/local/bin: cp ~/pyreqs /usr/local/bin/.

MacOS

  • cp ~/pyreqs /etc/paths/.

Windows

  • Add pyreqs.exe to the set of environment variables.

Contributing

If anything feels off, or if you feel that some functionality is missing, go and hit-up an issue! 🌟

About

A cli tool to autogenerate requirements.txt for your python project

Topics

Resources

License

Stars

Watchers

Forks

Languages