You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The code works with Python 3 both on Linux and on OS X. However, there are sever
49
49
50
50
### OS X (again with homebrew)
51
51
52
-
Some effort has been made to make Python 3 compilation automatic, by making modifications to `build.sh` and `CMakeLists.txt` that account for quirks on the Apple platform regarding cmake, paths, and naming conventions for python/python3. If you use `build.sh`, then you will need to do the following:
52
+
Some effort has been made to make Python 3 compilation automatic, by making modifications to `build.sh` and `CMakeLists.txt` that account for quirks on the Apple platform regarding cmake, paths, and naming conventions for python/python3. Having said that, if you use `build.sh`, then you will still need to do the following:
53
53
54
54
+ Build Boost::Python against Python 3 (needs at least version 1.56.0)
55
55
+ make sure `python` resolves to python3 (e.g., by using virtualenv)
0 commit comments