Skip to content

Commit

Permalink
Same change as saghul#61, but in website instructions
Browse files Browse the repository at this point in the history
Again, to save some people the hassle of rebuilding.
  • Loading branch information
gthb committed Feb 19, 2014
1 parent 1d2fb8b commit b7a48e7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ <h2>Installing it</h2>

<h2>Using it</h2>

<p>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):</p>

<ul>
<li>libz-dev (or zlib)</li>
<li>libbz2-dev</li>
<li>libreadline-dev</li>
<li>libsqlite3-dev</li>
<li>libncurses5-dev</li>
<li>libgdbm-dev</li>
</ul>

<p>Once pythonz is installed you can go ahead and install some Python versions:</p>

<pre><code>pythonz install 2.7.3
Expand All @@ -68,4 +82,4 @@ <h2>Using it</h2>


</body>
</html>
</html>

0 comments on commit b7a48e7

Please sign in to comment.