Skip to content

Commit f14424c

Browse files
authored
README simpilifications suggestions
1 parent 6bd71e9 commit f14424c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

quaddtype/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ python3 -m venv temp
4242
source temp/bin/activate
4343

4444
# Install the package
45-
pip install meson-python numpy pytest
46-
47-
# If you see errors about a missing atomics library, you might need -latomic
48-
export LDFLAGS="-fopenmp -lpthread"
45+
pip install numpy pytest
4946

5047
# To build without QBLAS (default for MSVC)
5148
# export CFLAGS="-DDISABLE_QUADBLAS"
@@ -82,7 +79,7 @@ python -m pytest
8279
8380
# Install build dependencies
8481
pip install -U pip
85-
pip install meson-python numpy pytest ninja meson
82+
pip install numpy pytest ninja meson
8683
```
8784

8885
3. **Set Environment Variables**
@@ -97,7 +94,7 @@ python -m pytest
9794

9895
```powershell
9996
# Build and install the package
100-
python -m pip install . -v --no-build-isolation
97+
python -m pip install . -v
10198
```
10299

103100
5. **Test Installation**

0 commit comments

Comments
 (0)