README: fix error while installing requirements (#1336)

fixes error while installing requirements
This commit is contained in:
royjr
2023-04-07 21:05:00 -04:00
committed by GitHub
parent 878e0077ac
commit a1390647fc

View File

@@ -17,7 +17,7 @@ Setup your dependencies:
```bash
# Ubuntu
sudo apt-get install dfu-util gcc-arm-none-eabi python3-pip
sudo apt-get install dfu-util gcc-arm-none-eabi python3-pip libffi-dev
pip install -r requirements.txt
# macOS