@@ -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: