A distro-independent, non-system package manager with custom repos, similar to Homebrew
A distro-independent (or distro-agonistic if you wanna be fancy), non-system package manager with custom repos, similar to Homebrew
Because a fishing rod grabs fish, similar to how a package manager grabs packages.
If you want to run the command line app from the PyPI installer, please use the commandpython -m rodder.rodder [command]
I’ve no fucking idea how to fix this, so deal with it I guess.
Similarly (although less bad), if you want to import the package and use it, I recommend usingimport rodder.rodder as rodder
so you can do rodder.help()
, rodder.install('package')
, etc. etc.
I’ll have some docs up on the library soonish, but it’s pretty simple, just look at the code