Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Bootstrapping the pip installer"
  • Loading branch information
michaelklishin committed Aug 5, 2019
1 parent 633009e commit db21fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -93,7 +93,7 @@ PVER=0.10.0
python/.ok:
(cd python && \
virtualenv venv && \
./venv/bin/python -m ensurepip && \
./venv/bin/easy_install pip && \
./venv/bin/pip install pika==$(PVER) && \
touch .ok)
clean::
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Expand Up @@ -13,7 +13,7 @@ To run this code you need to install the `pika` package version `1.0.0` or later

You may first need to run

python -m ensurepip
easy_install pip


## Code
Expand Down

0 comments on commit db21fe7

Please sign in to comment.