We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de65239 commit 23ad4daCopy full SHA for 23ad4da
README.md
@@ -33,9 +33,9 @@ You can get the source code from `github
33
<https://github.com/fluiddyn/fluidfoam>`_ or from `the Python Package Index
34
<https://pypi.python.org/pypi/fluidfoam/>`_.
35
36
-The development mode is often useful. From the root directory, run::
+The development mode is often useful. From the fluidfoam directory, run::
37
38
- python setup.py develop --user
+ python -m build && pip install dist/fluidfoam*.whl --user
39
40
41
Committing instructions (in development mode)
0 commit comments