Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle authored May 8, 2024
1 parent 39c058f commit 8f685a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ error: externally-managed-environment
```
See [how-solve-error-externally-managed-environment-when-installing-pip3](https://www.jeffgeerling.com/blog/2023/how-solve-error-externally-managed-environment-when-installing-pip3)

Or simply execute
Or simply create virtual environment
```shell
sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
sudo apt-get update
sudo apt install -y python3-venv
python3 -m venv ~/venv
source ~/venv/bin/activate
pip3 install zero-hid
```

0 comments on commit 8f685a0

Please sign in to comment.