summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikrum Nijjar <vikrum@users.noreply.github.com>2017-07-30 23:28:45 -0700
committerGitHub <noreply@github.com>2017-07-30 23:28:45 -0700
commit16e138cd17d98865193666a3659957a24a48a99b (patch)
treecb0d92da06be6adf785ac202d9335e6a587f831e
parenta13745e39b842d8f33915a9b119a94558eb54d20 (diff)
Update README.md
Added missing dependency for Mac.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6aa92fb5..c881f8c4 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ Make sure you have the `shapely` python module installed. The `appdirs` python
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
+```
+
### Extension installation
1. Clone the extension source: `git clone https://github.com/lexelby/inkscape-embroidery`
2. Install it as directed [here](https://inkscape.org/da/gallery/%3Dextension/)