summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2017-11-04 20:51:18 -0400
committerGitHub <noreply@github.com>2017-11-04 20:51:18 -0400
commit2e03bbaa3fde4474c3e89b86b3eac44ff259d4a5 (patch)
tree8bbb9a2f1d771cbf750996f29ee6d870bf603648 /README.md
parentc55862941219e5b1e1e8a3227433004c376e97c0 (diff)
parente974d89e6e6502a407e63c3fd21eb6a3c2f141e4 (diff)
Merge pull request #4 from vikrum/patch-1
Update README.md for python dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8f82748d..b9763319 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +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
+pip install -r requirements.txt
```
### Extension installation