Skip to content

Commit 23ad4da

Browse files
committed
update README
1 parent de65239 commit 23ad4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ You can get the source code from `github
3333
<https://github.com/fluiddyn/fluidfoam>`_ or from `the Python Package Index
3434
<https://pypi.python.org/pypi/fluidfoam/>`_.
3535

36-
The development mode is often useful. From the root directory, run::
36+
The development mode is often useful. From the fluidfoam directory, run::
3737

38-
python setup.py develop --user
38+
python -m build && pip install dist/fluidfoam*.whl --user
3939

4040

4141
Committing instructions (in development mode)

0 commit comments

Comments
 (0)