Skip to content

Commit e505ae1

Browse files
committed
Fix boost python installation command in README for Mac
1 parent f846e39 commit e505ae1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The dependencies are gym, Qt5, assimp, tinyxml, and bullet (from a branch). For
101101
# Will not work on Mavericks: unsupported by homebrew, some libraries won't compile, upgrade first
102102
brew install python3
103103
brew install cmake tinyxml assimp ffmpeg qt
104-
brew install boost-python --without-python --with-python3 --build-from-source
104+
brew reinstall boost-python --without-python --with-python3 --build-from-source
105105
export PATH=/usr/local/bin:/usr/local/opt/qt5/bin:$PATH
106106
export PKG_CONFIG_PATH=/usr/local/opt/qt5/lib/pkgconfig
107107
```
@@ -110,7 +110,7 @@ The dependencies are gym, Qt5, assimp, tinyxml, and bullet (from a branch). For
110110
111111
```bash
112112
brew install cmake tinyxml assimp ffmpeg
113-
brew install boost-python --without-python --with-python3 --build-from-source
113+
brew reinstall boost-python --without-python --with-python3 --build-from-source
114114
conda install qt
115115
export PKG_CONFIG_PATH=$(dirname $(dirname $(which python)))/lib/pkgconfig
116116
```
@@ -153,4 +153,3 @@ To see three agents in a race:
153153
```bash
154154
python $ROBOSCHOOL_PATH/agent_zoo/demo_race2.py
155155
```
156-

0 commit comments

Comments
 (0)