cloudfoundry / docs-buildpacks

http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
21 stars 118 forks source link

Fix refence to `pip download` #303

Closed silvestre closed 7 months ago

silvestre commented 7 months ago

Hi colleagues,

I'm 99% sure, that you are referring to the pip download in

For the Python buildpack, use `pip`:
<pre class="terminal">
$ cd YOUR-APP-DIR
$ mkdir -p vendor
# vendors pip *.whl into vendor/
$ pip download -r requirements.txt --no-binary=:none: -d vendor
</pre>
`cf push` uploads your vendored dependencies. The buildpack installs them directly from the `vendor/` directory.

<p> To ensure proper installation of dependencies, <%= vars.recommended_by %> recommends binary vendored
dependencies (wheels). The preceding <code>pip install<HERE></code> command achieves this.</p>
cf-gitbot commented 7 months ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.