From 212b5ca27737383fc804506809b0e7aae75c3047 Mon Sep 17 00:00:00 2001 From: Rahil Doshi <rahil.doshi@fau.de> Date: Thu, 16 Jan 2025 15:56:34 +0100 Subject: [PATCH] Add pybind11 to the installation requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4dec65b..ce13100 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ This command installs the package in editable mode, allowing you to make changes - `sympy` - `pytest` - [`pystencils`](https://i10git.cs.fau.de/pycodegen/pystencils/-/tree/v2.0-dev?ref_type=heads) + - `pybind11` ### Installation Steps 1. Clone the repository: -- GitLab