Skip to content

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

Notifications You must be signed in to change notification settings

techwithtim/Python-Package-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages