From 4b7ea6de3c62e342c9e3efdce1f478fd6d611fdb Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:24:06 -0700 Subject: [PATCH] fix install gmsh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce17f36..4305a26 100644 --- a/Makefile +++ b/Makefile @@ -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