From ad5bb3c45328867098b60c456410e726ebf28db2 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 5 Jan 2015 02:05:51 +0100 Subject: [PATCH] use --pre with pip install, for slowaes (see issue #956) --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index f8c803bb..a81e078b 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ directory. If you have pip, you can do: python setup.py sdist - sudo pip install dist/Electrum-2.0.tar.gz + sudo pip install --pre dist/Electrum-2.0.tar.gz If you don't have pip, install with: