From 1ca2199855497ad7f947b2dec026f68a268f46e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20F=2E=20Pereira?= Date: Fri, 29 Nov 2024 16:43:25 -0800 Subject: [PATCH] Add pip installation command to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0880f31..84b3068 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ This branch contains the Python bindings for the core C++ implementation. python setup.py install ``` +Alternatively, one can do: + +```bash +pip install git+https://github.com/filthynobleman/rematching.git@python-binding +``` For building the project, you need [CMake](https://cmake.org/) and a C++ compiler compliant with [C++17 standard](https://en.cppreference.com/w/cpp/compiler_support/17). The Python bindings also require a working installation of [Python 3](https://www.python.org/) and [pybind11](https://pybind11.readthedocs.io/en/stable/installing.html).