summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Lupo <cosimo.lupo@daltonmaag.com>2015-10-23 10:14:52 +0100
committerCosimo Lupo <cosimo.lupo@daltonmaag.com>2015-10-23 10:14:52 +0100
commit4655cb221064f7ceb8a4ca1ebf4cb2156d4106ad (patch)
treeb794db1a878d7ac1fd936c94f0ee1f6e7530fc20
parent7d59cab15875fed7c366e2f0521368e63a590f9d (diff)
[README.md] modify instructions for installing booleanOperations
The current master/HEAD no longer requires to run two different setup.py scripts and manually copy the *.so module. https://github.com/typemytype/booleanOperations/pull/6
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index f4a36cd..039db7e 100644
--- a/README.md
+++ b/README.md
@@ -91,10 +91,7 @@ cd ../feaTools
sudo python setup.py install
cd ../Cython-0.22
sudo python setup.py install
-cd ../booleanOperations/cppWrapper
-sudo python setup.py build_ext --inplace
-cp pyClipper.so ../Lib/booleanOperations
-cd ..
+cd ../booleanOperations
sudo python setup.py install
cd ..
```