We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33b8d7 commit e586994Copy full SHA for e586994
1 file changed
README.md
@@ -106,16 +106,6 @@ pip install --upgrade pip setuptools wheel
106
pip install -e .
107
```
108
109
-If you still can't use editable mode, a regular install also works:
110
-
111
-```bash
112
-pip install .
113
-```
114
115
-### `ModuleNotFoundError: No module named 'sensx'`
116
117
-The install step above likely failed. Check the install output and retry.
118
119
### `command 'python' not found`
120
121
On Ubuntu 22.04+, use `python3` instead of `python`, or install the compatibility package:
0 commit comments