summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 039db7e..f4a36cd 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,10 @@ cd ../feaTools
sudo python setup.py install
cd ../Cython-0.22
sudo python setup.py install
-cd ../booleanOperations
+cd ../booleanOperations/cppWrapper
+sudo python setup.py build_ext --inplace
+cp pyClipper.so ../Lib/booleanOperations
+cd ..
sudo python setup.py install
cd ..
```