add instld
What is this Python project?
Imagine that all the libraries in the world are already installed on your computer. Just do an import in your code and the library will automatically pull up for use. You can distribute your scripts in a single file without the complex machinery around it that determines how to work with dependencies.
Other features:
⚡ You can use 2 different versions of the same library in the same program. ⚡ You can use incompatible libraries in the same project, as well as libraries with incompatible/conflicting dependencies. ⚡ The library does not leave behind "garbage". After the end of the program, no additional files remain in the system.
What's the difference between this Python project and similar ones?
All other dependency management tools are difficult for the user. Only instld hides this complexity as if it doesn't exist at all.
--
Anyone who agrees with this pull request could submit an Approve review to it.