~canonical-ci-engineering/core-image-publisher/pip-cache

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Francis Ginther
  • Date: 2015-03-25 03:26:11 UTC
  • Revision ID: francis.ginther@canonical.com-20150325032611-lwd4o37srig91ftn
Empty pip-cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Pip-Cache for core-image-publisher
 
2
##################################
 
3
 
 
4
For re-generating or updating the cache contents, you should do the
 
5
following::
 
6
 
 
7
  $ bzr branch lp:~canonical-ci-engineering/core-image-publisher/pip-cache
 
8
  $ cd pip-cache
 
9
  $ virtualenv -p python3 ve
 
10
  $ . ve/bin/activate
 
11
  $ pip install --download . -r <service>/requirements.txt
 
12
 
 
13
It will download missing wheels or tarballs for the requirements locally.
 
14
 
 
15
Commit the new files and perhaps clean up old versions left over.
 
16
 
 
17
Happy hacking!