python-c

A small Python module in C
git clone https://git.tronto.net/python-c
Download | Log | Files | Refs | README

commit 204c4f505a85435dac8b02f4166faf305888f771
parent 5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  7 Oct 2024 22:23:33 +0200

Added info on includes

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,10 @@ Works on my machineā„¢. To make it works on yours: 1. Install the python development package. It is usually called `python3-dev` or `python3-devel`. -2. Compile this module with `make`. +2. Compile this module with `make`. If this does not work, it is possible + that the path to the Python.h header is different on your system. + to find it, you can use `python3-config --includes` and replace the + appropriate line in the Makefile. 3. Open `python` and enjoy! ```