Skip to content

Commit

Permalink
add gmsh
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 29, 2023
1 parent e94c4e6 commit 89c1f7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ install:
pip install -e .[dev]
pre-commit install

dev:
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

test:
pytest -s

Expand Down

0 comments on commit 89c1f7f

Please sign in to comment.