aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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