Skip to content

PiciAkk/pip-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pip-module

Python module for using pip from Python scripts

Installation

To install the module, clone this repository

git clone https://github.com/PiciAkk/pip-module

Usage

  1. Go to the cloned folder
cd pip-module
  1. Make a new Python script
touch main.py
  1. Write something in that script
from pip-module import pip

pip().install("packageName") # install the package with the name `packageName` 
pip().uninstall("packageName") # uninstall the package with the name `packageName`

pip().runCommand("command", "packageName") # run the command `command`, with the name `packageName`

# more functions coming soon

About

Python module for using pip from Python scripts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages