Skip to content

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

License

Notifications You must be signed in to change notification settings

rudrajit1729/PyPackage-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPackage-Installer

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

Instructions

Simply place all required python packages you would like to install inside requirements.txt.

When you want to install, just run install_requirements.py or import the module:

import install_requirements

If you manually want to install packages go to your bash/terminal and run the command pip install -r requirements.txt

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages