Skip to content

Commit

Permalink
fix install gmsh
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 29, 2023
1 parent cd0e39f commit 4b7ea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dev: gmsh
pip install -e .[dev,docs]

gmsh:
sudo apt-get install -y python3-gmsh gmsh libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev
sudo apt install -y python3-gmsh gmsh libglu1-mesa libxi-dev libxmu-dev libglu1-mesa-dev

test:
pytest -s
Expand Down

0 comments on commit 4b7ea6d

Please sign in to comment.