Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.09 KB

README.md

File metadata and controls

54 lines (36 loc) · 2.09 KB

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! 🌟