Skip to content

Commit f0cad81

Browse files
Ryan Moranarjun024
authored andcommitted
Updates README
1 parent 8330a8f commit f0cad81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This buildpack participates if `requirements.txt` exists at the root the app.
1111
The buildpack will do the following:
1212
* At build time:
1313
- Installs the application packages to a layer made available to the app.
14-
- Sets the `PYTHONUSERBASE` to this layer.
14+
- Prepends the layer site-packages onto `PYTHONPATH`.
1515
* At run time:
1616
- Does nothing
1717

@@ -35,14 +35,14 @@ file that looks like the following:
3535
[requires.metadata]
3636

3737
# Setting the build flag to true will ensure that the site-packages
38-
# dependency is available on the $PYTHONUSERBASE for subsequent
38+
# dependency is available on the $PYTHONPATH for subsequent
3939
# buildpacks during their build phase. If you are writing a buildpack that
4040
# needs site-packages during its build process, this flag should be
4141
# set to true.
4242
build = true
4343

4444
# Setting the launch flag to true will ensure that the site-packages
45-
# dependency is available on the $PYTHONUSERBASE for the running
45+
# dependency is available on the $PYTHONPATH for the running
4646
# application. If you are writing an application that needs site-packages
4747
# at runtime, this flag should be set to true.
4848
launch = true

0 commit comments

Comments
 (0)