Skip to content

Commit

Permalink
Fix the package name on Fedora 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
arigo committed May 24, 2012
1 parent 8aefc23 commit 46e7495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pypy/doc/getting-started-python.rst
Expand Up @@ -50,10 +50,10 @@ the version you have is not 4.2 or you will run into `this bug`_.
libz-dev libbz2-dev libncurses-dev libexpat1-dev \
libssl-dev libgc-dev python-sphinx python-greenlet

On a Fedora box these are::
On a Fedora-16 box these are::

[user@fedora-or-rh-box ~]$ sudo yum install \
gcc make python-devel libffi-devel pkg-config \
gcc make python-devel libffi-devel pkgconfig \
zlib-devel bzip2-devel ncurses-devel expat-devel \
openssl-devel gc-devel python-sphinx python-greenlet

Expand Down

0 comments on commit 46e7495

Please sign in to comment.