Skip to content

Commit c8be190

Browse files
buncismrkn
authored andcommitted
Update README.md
1 parent 9db11a4 commit c8be190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ translates Ruby's coerce system into Python's swapped operation protocol.
162162
Heroku's default version of Python is not compiled with the `--enabled-shared`
163163
option and can't be accessed by PyCall.
164164

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

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

0 commit comments

Comments
 (0)