1
0
Fork 0

Add installation section

This commit is contained in:
Daniele Tricoli 2023-02-10 00:32:53 +01:00
parent 5cee77c0d2
commit 93316ea581
1 changed files with 21 additions and 0 deletions

View File

@ -2,3 +2,24 @@
A simple tool to send messages into [FreakWAN](https://github.com/antirez/sx1276-micropython-driver/)
over Bluetooth low energy.
**This is still a work in progress and it's not complete.**
## Installation
### Using pipx
The best way to install freakble is using [pipx](https://pypa.github.io/pipx/):
```console
$ pipx install freakble
```
### Using pip
```$
$ python -m pip install freakble
```