Simple shell script to install the specified Python Packages and its dependencies
Create a requirements.txt file and list all the packages that needs to be installed.
- Ensure root priviledges on the target machine.
- Grant execution priviledges to the
setup.shfile by using the commandchmod +x setup.shin your terminal. - Launch the script by using the command
./setup.sh.
This code works with Linux and macOS only. For Windows, find the script here.