Skip to content

Commit 4d2c23d

Browse files
change instructions to install fluidfoam in dev mode, setup.py is no longer used (#72)
1 parent 23ad4da commit 4d2c23d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,11 @@ You can get the source code from `github
3535

3636
The development mode is often useful. From the fluidfoam directory, run::
3737

38-
python -m build && pip install dist/fluidfoam*.whl --user
38+
python3 -m pip install --editable . --user
39+
40+
Or if you are using a virtual environment, run::
3941

42+
python3 -m pip install --editable .
4043

4144
Committing instructions (in development mode)
4245
---------------------------------------------

0 commit comments

Comments
 (0)