pyreqs
is a command line tool for auto-generating python dependencies file (requirements.txt) for your project.
Create Command | Clean Command |
---|---|
- 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.
- Download the latest compatible window release: windows-x64, windows-i386, windows-arm64;
- Unzip it;
- Open
cmd
in the directory where thepyreqs.exe
is downloaded and runpyreqs.exe
from thecmd
.
Tip
For running pyreqs
anywhere from the terminal
or cmd
, add pyreqs
path to the system's path variables.
- Copy
pyreqs
to/usr/local/bin
:cp ~/pyreqs /usr/local/bin/
.
cp ~/pyreqs /etc/paths/
.
- Add
pyreqs.exe
to the set of environment variables.
If anything feels off, or if you feel that some functionality is missing, go and hit-up an issue! 🌟