Skip to content

install python libraries auto. libinstall install automatically all libraries needed for the projet.

License

Notifications You must be signed in to change notification settings

Raphencoder/libinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is under construction.

Libinstall allows you to install all requirements python libraries of a repo that don't contain 'requirements.txt.'

It's using the return of the shell to know which libraries is missing and installed it.

Many errors still occured thought.

How to use:

First you need to install the library:

pip install libinstall

Then go to the folder you want to install the libraries to, and simply run the main file of the project.

For example if the main file is a file named 'main.py' then simply run

libinstall main.py

There also is a "--all" option that allows you to run all file in the directory. But you still have to put a file after -all options.

libinstall --all main.py

Suggestion

If you have some errors or suggestion or you want to improve this project, feel free to create a pull request or open an issue.

About

install python libraries auto. libinstall install automatically all libraries needed for the projet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages