We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d62b1 commit c2bb4c2Copy full SHA for c2bb4c2
quaddtype/README.md
@@ -42,8 +42,11 @@ Building the `numpy-quaddtype` package:
42
python3 -m venv temp
43
source temp/bin/activate
44
45
-# Install the package
46
-pip install numpy pytest
+# Install NumPy from source
+pip install "numpy @ git+https://github.com/numpy/numpy.git"
47
+
48
+# Install build and test dependencies
49
+pip install pytest meson meson-python
50
51
# To build without QBLAS (default for MSVC)
52
# export CFLAGS="-DDISABLE_QUADBLAS"
0 commit comments