Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buncis authored and mrkn committed Aug 25, 2023
1 parent 9db11a4 commit c8be190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ translates Ruby's coerce system into Python's swapped operation protocol.
Heroku's default version of Python is not compiled with the `--enabled-shared`
option and can't be accessed by PyCall.

There are many ways to make our heroku use Python that is compiled with the `--enabled-shared` option.
There are many ways to make our heroku use Python that is compiled with the `--enabled-shared` option:

- use Heroku's official Python buildpacks `post_compile` hooks to recompile the python if the `--enabled-shared` option is not enabled.
example script of `post_compile` in ruby on rails app `bin/post_compile`.
Expand Down

0 comments on commit c8be190

Please sign in to comment.