This repository takes a txt file as input and prints the url from where the pip package can be downloaded.
- Create Virtual Environment
python3 -m venv venv
- Activate virtual environment
source venv/bin/activate
- Install required python packages
pip install -r requirements.txt
- Activate virtual environment
source venv/bin/activate
- Run the script
python script.py