From 2165afdb81d1b055245febc0430d7b4bc4123741 Mon Sep 17 00:00:00 2001 From: Alex Haynes Date: Mon, 26 Nov 2018 13:20:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f156809..c94de2a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ py-libp2p requires Python 3.6 and the best way to guarantee a clean Python 3.6 e ```sh virtualenv -p python3.6 venv . venv/bin/activate -pip install -r requirements.txt +pip3 install -r requirements.txt ``` ## Testing