From 9f9dc53bce7d7f6e2a566646ce56c7b697c9aa46 Mon Sep 17 00:00:00 2001 From: jamesETsmith Date: Tue, 8 Oct 2024 10:22:42 -0400 Subject: [PATCH] [docs/cleanup] Missing pip install for configurable build --- README.md | 1 + docs/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cf33c6..d33951b 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ pytest -v tests/fast_pauli #### Configurable Build (Developers) ```bash +python -m pip install scikit-build-core python -m pip install --no-build-isolation -ve ".[dev]" -C cmake.args="-DCMAKE_CXX_COMPILER= + " pytest -v tests/fast_pauli # + other pytest flags ``` diff --git a/docs/index.rst b/docs/index.rst index fe648a2..1aa7260 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -51,6 +51,7 @@ Build from Source (Custom Config) git clone git@github.com:qognitive/fast-pauli.git cd fast-pauli + python -m pip install scikit-build-core python -m pip install --no-build-isolation -ve ".[dev]" -C cmake.args="-DCMAKE_CXX_COMPILER= + " Verify / Test Build