mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Updated install section
This commit is contained in:
24
README.md
24
README.md
@@ -30,7 +30,29 @@ The easiest way to install Nomad Network is via pip:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install Nomad Network and dependencies
|
# Install Nomad Network and dependencies
|
||||||
pip3 install nomadnet
|
pip install nomadnet
|
||||||
|
|
||||||
|
# Run the client
|
||||||
|
nomadnet
|
||||||
|
|
||||||
|
# Or alternatively run as a daemon, with no user interface
|
||||||
|
nomadnet --daemon
|
||||||
|
|
||||||
|
# List options
|
||||||
|
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:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install Nomad Network
|
||||||
|
pipx install nomadnet
|
||||||
|
|
||||||
|
# Optionally install Reticulum utilities
|
||||||
|
pipx install rns
|
||||||
|
|
||||||
|
# Optionally install standalone LXMF utilities
|
||||||
|
pipx install lxmf
|
||||||
|
|
||||||
# Run the client
|
# Run the client
|
||||||
nomadnet
|
nomadnet
|
||||||
|
|||||||
Reference in New Issue
Block a user