Trying to manually install qlever-ui, per the documentation, but requirements.txt is missing.
UPDATE: I should have noticed right away, but further investigation gives evidence to an undocumented switch in build system. Qlever-UI and it's dependencies can now be installed by:
(venv) $ python -m pip install -e .
Trying to manually install qlever-ui, per the documentation, but requirements.txt is missing.
UPDATE: I should have noticed right away, but further investigation gives evidence to an undocumented switch in build system. Qlever-UI and it's dependencies can now be installed by:
(venv) $ python -m pip install -e .