We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f79db commit 9f88ae8Copy full SHA for 9f88ae8
README.md
@@ -56,7 +56,7 @@ Instead, test from a different directory:
56
57
```bash
58
cd ..
59
-python -c "from pyectool import ECController; ec = ECController(); print(ec.is_on_ac())"
+sudo python -c "from pyectool import ECController; ec = ECController(); print(ec.is_on_ac())"
60
```
61
62
If you're using a virtual environment and want to preserve its `PATH`, use:
0 commit comments