mujeeb91 / pip_package_url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip_package_url

This repository takes a txt file as input and prints the url from where the pip package can be downloaded.

Setup Instructions

  1. Create Virtual Environment
python3 -m venv venv
  1. Activate virtual environment
source venv/bin/activate
  1. Install required python packages
pip install -r requirements.txt

How to run

  1. Activate virtual environment
source venv/bin/activate
  1. Run the script
python script.py

About


Languages

Language:Python 100.0%