diff --git a/Makefile b/Makefile index ffafcdd..ce17f36 100644 --- a/Makefile +++ b/Makefile @@ -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