Python PIP Wrapper
Project description
Python PIP Wrapper
Installation
1. Clone or download the repository
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()
# 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.21.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for python_pip-0.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9874a7c71b39663c35c41c7aaf4b3bd318098024a126045accb914d48abdae2a |
|
MD5 | bd343ba3c8952d9e54cb740e98c240f2 |
|
BLAKE2b-256 | dca78dbf702a3a62c1d64fa91b031803d642e78ebc6224d61368ead80319aea9 |