Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
use pip instead of easy_install
Browse files Browse the repository at this point in the history
  • Loading branch information
Baiju Muthukadan committed May 7, 2014
1 parent 8b78313 commit c5fd519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.rst
Expand Up @@ -52,9 +52,9 @@ Downloads

ZODB is distributed as Python eggs through the `Python Package Index <http://pypi.python.org/pypi/ZODB3>`_.

This comment has been minimized.

Copy link
@ctismer

ctismer May 8, 2014

I think if you change the example below to mention pip instead of easy_install,
you also should drop the mentioning of eggs, above, or replace it by wheel.

You can install the egg using setuptools' easy_install command::
You can install the ZODB using pip command::

$ easy_install ZODB
$ pip install ZODB

Community and contributing
==========================
Expand Down

2 comments on commit c5fd519

@mgedmin
Copy link
Member

@mgedmin mgedmin commented on c5fd519 May 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW Pyramid docs still recommend easy_install because pip install doesn't work for most Windows users who don't have a C compiler.

Uploading binary wheels should fix that eventually.

@ctismer
Copy link

@ctismer ctismer commented on c5fd519 May 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to ensure that this makes pretty much sense:
We have implemented PySide using wheel, and it works fine
on Windows and OSX.

Please sign in to comment.