Skip to content

Commit

Permalink
README: added workaround for installation in debian 12+
Browse files Browse the repository at this point in the history
Fixes #123
  • Loading branch information
em92 committed Aug 13, 2023
1 parent a020c39 commit 390d6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ git clone https://github.com/MinoMino/minqlx-plugins.git
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
rm get-pip.py
export PIP_BREAK_SYSTEM_PACKAGES=1 # Workaround for Debian 12+ users
sudo python3 -m pip install -r minqlx-plugins/requirements.txt
```

Expand Down

0 comments on commit 390d6c1

Please sign in to comment.