Skip to content

Install a Python package using conda or pip as appropriate

Notifications You must be signed in to change notification settings

takluyver/installmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Prototype of installing modules from inside Python, using pip or conda as appropriate.

Usage:

from install import install
install('pandas')

At the moment, this assumes that the package has the same name in the two packaging systems. This is not generally true, but it's true often enough to be useful in many cases. I am also interested in indexing pacakges to extract the names of importable modules, which could provide a shared namespace for a tool like this.

About

Install a Python package using conda or pip as appropriate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages