Python PIP Wrapper
Project description
Python PIP Wrapper
Installation
1. Install package from PyPi
pip install python-pip
2. Create a virtual environment
python -m venv venn
3. Activate the virtual environment
./venv/Scripts/activate
4. Install all required libraries
There are no requirements at the moment
5. Usage
from python_pip import pip
# Initialize object
pip = pip.PIP()
print(pip.version)
# Install a package
pip.install(package_name='requests')
# Uninstall a package
pip.uninstall(package_name='requests')
Contributing
You are welcome to contribute to the repo as you like
Authors and acknowledgment
Jordan Raychev
Email: jpraychev at gmail dot com
Website: https://jraychev.com
License
See LICENSE file
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-pip-0.24.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for python_pip-0.24-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0302f737f8e76c2f97a6022d491cb8776ec7f323badb8f1fcccceff89abd591b |
|
MD5 | 03fdd3891a2fe09a3811bf96821e9c63 |
|
BLAKE2b-256 | 15cbf471a60a8c4e17e10c4225041c2578a3a75138b0f327a9ecc6fde0da7a41 |