Skip to content

Commit

Permalink
Updated to use pip instead of easy install.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Aug 10, 2020
1 parent a81bcb3 commit 129182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install
:ref:`wheezy.core` requires `python`_ version 2.4 to 2.7 or 3.2+. It is
operating system independent. You can install it from the `pypi`_ site::

$ easy_install wheezy.core
$ pip install wheezy.core

.. _`pypi`: http://pypi.python.org/pypi/wheezy.core
.. _`python`: http://www.python.org

0 comments on commit 129182f

Please sign in to comment.