Commit 4fb54956 authored by Jakob Moser's avatar Jakob Moser
Browse files

Document software setup

parent ee0efbb0
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -89,3 +89,19 @@ Enabling SPI will place the line `dtparam=spi=on` in the file `/boot/firmware/co
* If you use both the WiFi hotspot and the shared ethernet connection (which is easily possible), [one of the connections needs its own IP range](https://askubuntu.com/questions/844913/how-to-control-ip-ranges-of-network-managers-hotspots), otherwise, they will collide.

</details>

### Software

Clone the repository (you can use a Project Access Token for that, Settings → Access Tokens) and cd into it.

```bash
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

You can then, for example, run the card interfacing tool using:

```bash
python3 -m poolpay.card id
```