Skip to content

Commit

Permalink
Merge 12d86f5 into 14b50ae
Browse files Browse the repository at this point in the history
  • Loading branch information
mfickett committed Apr 4, 2020
2 parents 14b50ae + 12d86f5 commit c29e027
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Download some source tarballs or wheels::
pip download -d /tmp/localrepo pyyaml
pip wheel -w /tmp/localrepo pip

Or create a wheel from your source and copy it out:

python setup.py sdist bdist_wheel
cp dist/*.whl /tmp/localrepo/
Build a simple package repository from downloaded packages::

piprepo build /tmp/localrepo
Expand All @@ -78,6 +83,13 @@ Synchronize to an S3 bucket::

piprepo sync /tmp/syncrepo s3://my-bucket/piprepo

Install from a local repo
.........................

Once you have built your repo, you can install using::

pip install my-pkg --extra-index-url file:///tmp/localrepo/simple/

Development
-----------

Expand Down

0 comments on commit c29e027

Please sign in to comment.