Skip to content

Commit c2bb4c2

Browse files
committed
Fix build instructions
1 parent 13d62b1 commit c2bb4c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

quaddtype/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ Building the `numpy-quaddtype` package:
4242
python3 -m venv temp
4343
source temp/bin/activate
4444

45-
# Install the package
46-
pip install numpy pytest
45+
# Install NumPy from source
46+
pip install "numpy @ git+https://github.com/numpy/numpy.git"
47+
48+
# Install build and test dependencies
49+
pip install pytest meson meson-python
4750

4851
# To build without QBLAS (default for MSVC)
4952
# export CFLAGS="-DDISABLE_QUADBLAS"

0 commit comments

Comments
 (0)