We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f3493 commit 6b77611Copy full SHA for 6b77611
1 file changed
README.md
@@ -39,6 +39,9 @@ The library is designed as a **foundational kernel** rather than a ready-to-use
39
- Python **3.12+** (the project relies on **PEP 695** syntax)
40
- NumPy **2.x**
41
- SciPy **1.13+**
42
+- A C toolchain for compiling the UNURAN bindings:
43
+ - **Linux/macOS:** GCC (or Clang) plus standard build utilities.
44
+ - **Windows:** Microsoft Visual C++ Build Tools (MSVC) from Visual Studio or the standalone Build Tools installer.
45
- Poetry (recommended for development)
46
47
---
@@ -50,6 +53,7 @@ Clone the repository:
50
53
```bash
51
54
git clone https://github.com/PySATL/pysatl-core.git
52
55
cd pysatl-core
56
+git submodule update --init --remote --recursive
57
```
58
59
### Using Poetry (recommended)
0 commit comments