We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ad4da commit 4d2c23dCopy full SHA for 4d2c23d
README.md
@@ -35,8 +35,11 @@ You can get the source code from `github
35
36
The development mode is often useful. From the fluidfoam directory, run::
37
38
- python -m build && pip install dist/fluidfoam*.whl --user
+ python3 -m pip install --editable . --user
39
+
40
+Or if you are using a virtual environment, run::
41
42
+ python3 -m pip install --editable .
43
44
Committing instructions (in development mode)
45
---------------------------------------------
0 commit comments