Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Simply do `pip install qlever` and make sure that the directory where pip
installs the package is in your `PATH`. Typically, `pip` will warn you when
that is not the case and tell you what to do.

## NOTE: "error: externally-managed-environment"

You may get this error when trying to install on some newer versions of Linux.
When this happens make sure you have pipx installed with `python3 -m pip
install pipx --user`, then do `pipx install qlever`.

# Usage

Create an empty directory, with a name corresponding to the dataset you want to
Expand Down