Skip to content

Commit

Permalink
Instructions to install via easy_install.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Mar 12, 2009
1 parent 553acce commit 71efb40
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Expand Up @@ -61,21 +61,21 @@ <h1><a href="http://github.com/guilhermechapiewski/simple-db-migrate">simple-db-
</div>

<h2>Download</h2>
<p>The current production version is <a href="http://github.com/guilhermechapiewski/simple-db-migrate/tree/v1.2"><b>v1.2</b></a>.</p>
<p>
You can download this project in either
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/master">zip</a> or
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/master">tar</a> formats.
The current production version is <a href="http://github.com/guilhermechapiewski/simple-db-migrate/tree/v1.2"><b>v1.2</b></a>. The simplest way to install is using <b>easy_install</b>:
<pre>sudo easy_install simple-db-migrate</pre>
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<p>If you want to use the development version or older versions, you can install directly from the source code. To do this, clone the project with <a href="http://git-scm.com">Git</a> by running:
<pre>$ git clone git://github.com/guilhermechapiewski/simple-db-migrate</pre>
</p>

<h2>Installation</h2>
<p>
Download the project source following the instructions above and then run:
<pre>$ sudo python setup.py install</pre>
You can also download the source code in either
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/zipball/master">zip</a> or
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/master">tar</a> formats.
</p>
<p>
If you choose to install from the source, simply run:
<pre>$ sudo python setup.py install</pre>
</p>

<h2>Usage instructions</h2>
Expand Down

0 comments on commit 71efb40

Please sign in to comment.