detect-requirements
finds and lists the requirements of a Python project
Install
- All systems
-
curl cmd.cat/detect-requirements.sh
- Debian
-
apt-get install python3-requirements-detector - Ubuntu
-
apt-get install python3-requirements-detector - Kali Linux
-
apt-get install python3-requirements-detector - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-requirements-detector - Raspbian
-
apt-get install python3-requirements-detector
python3-requirements-detector
finds and lists the requirements of a Python project
Requirements-detector could be run either as a module or with its CLI tool (detect-requirements). It scans for and lists the project's requirements out of several sources for them. This package contains the CLI tool and the modules for Python 3.