1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-01 03:41:31 +00:00

Use pip in installation instructions

This commit is contained in:
Mike Naberezny 2013-10-26 21:31:27 -07:00
parent 07dc7ea4b4
commit ebf620f074

View File

@ -20,9 +20,9 @@ Installation
Py65 packages are `available <http://pypi.python.org/pypi/py65>`_ 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
-------