diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 22:23:33 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 22:23:33 +0200 |
| commit | 204c4f505a85435dac8b02f4166faf305888f771 (patch) | |
| tree | c60a6f9f4bb1e8c31a07174a2f9768bf61fdebe4 | |
| parent | 5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455 (diff) | |
| download | python-c-204c4f505a85435dac8b02f4166faf305888f771.tar.gz python-c-204c4f505a85435dac8b02f4166faf305888f771.zip | |
Added info on includes
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -6,7 +6,10 @@ Works on my machineā¢. To make it works on yours: | |||
| 6 | 6 | ||
| 7 | 1. Install the python development package. It is usually called `python3-dev` | 7 | 1. Install the python development package. It is usually called `python3-dev` |
| 8 | or `python3-devel`. | 8 | or `python3-devel`. |
| 9 | 2. Compile this module with `make`. | 9 | 2. 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. | ||
| 10 | 3. Open `python` and enjoy! | 13 | 3. Open `python` and enjoy! |
| 11 | 14 | ||
| 12 | ``` | 15 | ``` |
