Skip to content

Commit 9db11a4

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ option and can't be accessed by PyCall.
165165
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.
168-
example script of `post_compile` in ruby on rails app
169-
`bin/post_compile`
168+
example script of `post_compile` in ruby on rails app `bin/post_compile`.
170169

171170
set -e
172171
buildpack_url=https://github.com/heroku/heroku-buildpack-python

0 commit comments

Comments
 (0)