mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-26 00:05:37 -04:00
Updated install section
This commit is contained in:
parent
5626342cbf
commit
7cadad6776
1 changed files with 8 additions and 1 deletions
|
@ -35,7 +35,14 @@ sideband
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using an operating system that blocks user installation of packages via `pip`, you can use the `pipx` tool instead:
|
If you are using an operating system that blocks normal user package installation via `pip`, you can return `pip` to normal behaviour by editing the `~/.config/pip/pip.conf` file, and adding the following directive in the `[global]` section:
|
||||||
|
|
||||||
|
```text
|
||||||
|
[global]
|
||||||
|
break-system-packages = true
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, you can use the `pipx` tool to install Sideband in an isolated environment instead:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Sideband on Linux
|
# Install Sideband on Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue