summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2017-11-04 20:50:05 -0400
committerGitHub <noreply@github.com>2017-11-04 20:50:05 -0400
commite974d89e6e6502a407e63c3fd21eb6a3c2f141e4 (patch)
treeae0bb184a2d95d107483b9785ea69aee59e76d13 /README.md
parent16e138cd17d98865193666a3659957a24a48a99b (diff)
rework documentation around python modules
It's about time I added a proper requirements.txt.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index c881f8c4..cd7784b9 100644
--- a/README.md
+++ b/README.md
@@ -19,16 +19,10 @@ First, install Inkscape if you don't have it. I highly recommend the **developm
I've had success running version `0.91.0+devel+14591+61`. Installation instructions are [here](https://inkscape.org/da/release/trunk/).
### Python Dependencies
-Make sure you have the `shapely` python module installed. The `appdirs` python module is also useful but is not required. On Ubuntu:
+A few python modules are needed. In some cases this extension uses features that aren't available in the versions of the modules pre-packaged in distributions, so I recommend installing them directly with pip:
```
-apt-get install python-shapely python-appdirs
-```
-
-On a MacOS/Sierra you'll also need `backports.functools_lru_cache`:
-
-```
-sudo pip install backports.functools_lru_cache
+pip install -r requirements.txt
```
### Extension installation