Skip to content

Commit bfbf654

Browse files
buncismrkn
authored andcommitted
Update README.md
1 parent 39004dd commit bfbf654

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +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-
169-
here are the example script of `post_compile` in ruby on rails app
170-
168+
example script of `post_compile` in ruby on rails app
171169
`bin/post_compile`
172170

173171
set -e
@@ -187,8 +185,8 @@ There are many ways to make our heroku use Python that is compiled with the `--e
187185
rm -fr _buildpack
188186
fi
189187

190-
- use your own precompiled python with `--enabled-shared` options then fork the official heroku [python buildspacks](https://github.com/heroku/heroku-buildpack-python) and change the `BUILDPACK_S3_BASE_URL` with your own uploaded precompiled python in Amazon's S3
191-
- use 3rd party buildpacks from the [markets](https://elements.heroku.com/buildpacks) that have python with `--enabled-shared` option
188+
- use your own precompiled python with `--enabled-shared` options then fork the official heroku [python buildspacks](https://github.com/heroku/heroku-buildpack-python) and change the `BUILDPACK_S3_BASE_URL` with your own uploaded precompiled python in Amazon's S3.
189+
- use 3rd party buildpacks from the [markets](https://elements.heroku.com/buildpacks) that have python with `--enabled-shared` option.
192190

193191

194192
The buildpack will expect to find both a `runtime.txt` and a `requirements.txt`

0 commit comments

Comments
 (0)