Skip to content

Commit

Permalink
Download python-ply inside of premake
Browse files Browse the repository at this point in the history
This way clients don't have to configure a virtual environment and install it.

Diffs=
31bf5a44f Download python-ply inside of premake (#8285)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Oct 7, 2024
1 parent 6b1d7c1 commit d2af535
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5d5d418b7316aa555edb7f8ada7f20714430bdfe
31bf5a44f282bd4c233a6fb9e44e73b0378bf449
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ To get started with building this runtime, you must install a few prerequisites:
- [premake5](https://premake.github.io/)
- For premake5, you may download the binary, making sure it's available in your `$PATH`. Moving the executable to `/usr/local/bin/` will work.
- [Homebrew](https://brew.sh) may be used to install premake5: `$ brew install premake`
- [ply](https://pypi.org/project/ply/)
- Installed with Python. On macOS, this can be installed using the default Python 3 installation: `$ pip3 install ply`

Check that your Xcode active developer directory is set to one that includes the iOS and macOS toolchains.
- You can check your currect directory by running `$ xcode-select -p` in the command line.
Expand Down
2 changes: 1 addition & 1 deletion submodules/rive-runtime

0 comments on commit d2af535

Please sign in to comment.