You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ make -j4
255
255
256
256
If you want to actively develop MeshPy or run the test suite, you must install MeshPy in _editable_ (`-e`) mode and with our optional developer dependencies (`[dev]`) like
257
257
```bash
258
-
pip install -e ".[dev]"# Quotation marks are required for some shells
258
+
pip install -e ".[dev,fourc]"# Quotation marks are required for some shells
259
259
```
260
260
You can now run the MeshPy test suite to check that everything worked as expected
0 commit comments