Merge pull request #4 from vikrum/patch-1

Update README.md for python dependencies
pull/5/head
Lex Neva 2017-11-04 20:51:18 -04:00 zatwierdzone przez GitHub
commit 2e03bbaa3f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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