Skip to content

Commit

Permalink
Merge pull request #61 from gthb/patch-1
Browse files Browse the repository at this point in the history
Add mention of optional dependencies before build
  • Loading branch information
saghul committed Feb 19, 2014
2 parents 31df5e1 + e59df7d commit 23fcf6d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ Usage


pythonz command [options] version pythonz command [options] version


Before building Python, you might want to install some optional dependencies, for functionality that
is often expected to be included in a Python build (it can be a bummer to discover these missing and
have to rebuild your python setup). These include the following, ordered by (very roughly guessed)
probability that you will need them (names may differ in your system package manager)::

libz-dev (or zlib)
libbz2-dev
libreadline-dev
libsqlite3-dev
libncurses5-dev
libgdbm-dev

Install some pythons:: Install some pythons::


pythonz install 2.7.3 pythonz install 2.7.3
Expand Down

0 comments on commit 23fcf6d

Please sign in to comment.