Skip to content

onesilq/pip-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

A package to install pip packages from within code.

Requires Python 2.7+, 3.5+

Usage:

import install
install.install('pkg_you_want')

# ... after retrieving a requirements.txt from the web or somewhere else
install.install('requirements.txt', requirements=True)

# ... need arbitary options?
install.install('my_pkg', pip_options=['--isolated'], install_options=['--no-clean', '--pre'])

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Shell 4.6%