Pip Install Optional Dependency
Sometimes, the users may not need to install all dependencies of a package, since they will not use the part of it.
We can assign some optional dependencies for a python package.
How
setup.py
Add the extras_require parameter in the setup function.
se...
notes.mukyu.dev1 min read