aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-07 22:23:33 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-07 22:23:33 +0200
commit204c4f505a85435dac8b02f4166faf305888f771 (patch)
treec60a6f9f4bb1e8c31a07174a2f9768bf61fdebe4
parent5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455 (diff)
downloadpython-c-204c4f505a85435dac8b02f4166faf305888f771.tar.gz
python-c-204c4f505a85435dac8b02f4166faf305888f771.zip
Added info on includes
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 071d2e7..8e69112 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,10 @@ Works on my machineā„¢. To make it works on yours:
6 6
71. Install the python development package. It is usually called `python3-dev` 71. Install the python development package. It is usually called `python3-dev`
8 or `python3-devel`. 8 or `python3-devel`.
92. Compile this module with `make`. 92. Compile this module with `make`. If this does not work, it is possible
10 that the path to the Python.h header is different on your system.
11 to find it, you can use `python3-config --includes` and replace the
12 appropriate line in the Makefile.
103. Open `python` and enjoy! 133. Open `python` and enjoy!
11 14
12``` 15```

Generated with cgit - Back to sebastiano.tronto.net