From ebf620f074b45438ac21d12e2ac4986737b05a6a Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 26 Oct 2013 21:31:27 -0700 Subject: [PATCH] Use pip in installation instructions --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4ad2db8..16faa08 100644 --- a/README.rst +++ b/README.rst @@ -20,9 +20,9 @@ Installation Py65 packages are `available `_ on the Python Package Index (PyPI). You download them from there or you can -use ``easy_install`` to automatically install or upgrade Py65:: +use ``pip`` to automatically install or upgrade Py65:: - $ easy_install install -U py65 + $ pip install -U py65 Devices -------