Make installable via Karabo
As discussed in person, karabo install
(used by deployment) looks for a Makefile
which allows us to do things other than just top-level pip install .
.
So as there are multiple packages in this repo, how about the Makefile
just installs all of them?
Note that karabo install
does not provide any argument to make
, so installing package has to be default target.
Am I breaking something with the sphinx?