Skip to content

Commit

Permalink
docs(build): added instructions in README.md for global install of swig
Browse files Browse the repository at this point in the history
Added some caveats about using MacPorts to install swig, to address andnp#12.
  • Loading branch information
yasuiniko committed Oct 13, 2024
1 parent 6282ac1 commit 13cd147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Prereqs:
* I assume you have python3.11 installed. If not, I strongly recommend setting up pyenv.
* I assume you are familiar with virtual environments.
* I assume you have rust installed. If not, I strongly recommend setting up rustup.
* You must install swig globally to build box2d-py. For example, you can use [pipx](https://pipx.pypa.io/stable/installation/), `pipx install swig`, or [Homebrew](https://brew.sh), `brew install swig`. At this time the MacPorts versions of swig may have issues building box2d-py successfully.

Packages are stored in a `requirements.txt` file.
To install:
Expand Down

0 comments on commit 13cd147

Please sign in to comment.