Skip to content

Commit 9f88ae8

Browse files
Update README.md
1 parent d5f79db commit 9f88ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Instead, test from a different directory:
5656

5757
```bash
5858
cd ..
59-
python -c "from pyectool import ECController; ec = ECController(); print(ec.is_on_ac())"
59+
sudo python -c "from pyectool import ECController; ec = ECController(); print(ec.is_on_ac())"
6060
```
6161

6262
If you're using a virtual environment and want to preserve its `PATH`, use:

0 commit comments

Comments
 (0)