From f8a86fae07ca415a8062b47aed27777a5047cca7 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Fri, 6 Mar 2026 22:32:57 +0200 Subject: [PATCH] DOC: remove a redundant build command Both `environment.yml` and `build_requirements.txt` already include spin, so there is no need to install it again. --- building_with_meson.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/building_with_meson.md b/building_with_meson.md index 6498d3659bb0..602e80756fe5 100644 --- a/building_with_meson.md +++ b/building_with_meson.md @@ -14,9 +14,6 @@ have rough edges, please open an issue if you run into a problem._ *Note: also make sure you have `pkg-config` and the usual system dependencies for NumPy* -Then install spin: -- `python -m pip install spin` - **Compile and install:** `spin build` This builds in the `build/` directory, and installs into the `build-install` directory.