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 81f65e3 commit f360186
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ nomadnet --daemon
nomadnet --help
```

If you are using an operating system that blocks normal user package installation via `pip`, you can use the `pipx` tool to install Nomad Network instead:
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 Nomad Network in an isolated environment:

```bash
# Install Nomad Network
Expand Down

0 comments on commit f360186

Please sign in to comment.