diff options
| -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 | ``` |
