Skip to content

Commit

Permalink
Updated install section
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Aug 15, 2023
1 parent 5abf01a commit 7220a4d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,22 @@ LXMF is beta software, and should be considered experimental. While it has been
If you want to try out LXMF, you can install it with pip:

```bash
pip3 install lxmf
pip install lxmf
```

If you are using an operating system that blocks normal user package installation via `pip`,
you can return `pip` to normal behaviour by adding 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 Reticulum in an isolated environment:

```bash
pipx install lxmf
```

## Development Roadmap
Expand Down

0 comments on commit 7220a4d

Please sign in to comment.