Skip to content

Commit 6b77611

Browse files
committed
chore: update README
1 parent 75f3493 commit 6b77611

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ The library is designed as a **foundational kernel** rather than a ready-to-use
3939
- Python **3.12+** (the project relies on **PEP 695** syntax)
4040
- NumPy **2.x**
4141
- 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.
4245
- Poetry (recommended for development)
4346

4447
---
@@ -50,6 +53,7 @@ Clone the repository:
5053
```bash
5154
git clone https://github.com/PySATL/pysatl-core.git
5255
cd pysatl-core
56+
git submodule update --init --remote --recursive
5357
```
5458

5559
### Using Poetry (recommended)

0 commit comments

Comments
 (0)