Skip to content

cleantechie/Python-Package-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Python-Package-Installer

A python package installer that will install all required packages from code into the python interpreter it was run in. Useful for releasing unpackaged code.

Intructions

Simply place all of the python packages you would like installed inside of requirements.txt

When you'd like to install them you can run install_requirements.py or import the module:

import install_requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages