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

Commit

Permalink
updated docs to use pip to install
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Mar 20, 2013
1 parent 1542e90 commit a9e461f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,14 @@ One or more of the following Python database interfaces that implement the [DBAP
* [psycopg2](http://initd.org/psycopg/) (PostgreSQL interface)
* [sqlite3](http://docs.python.org/library/sqlite3.html) (SQLite interface)

## Get The Source
You can look on the [releases](releases.html) page or use git to get a development release:
{% highlight bash %}
git clone git://github.com/bmuller/twistar.git
{% endhighlight %}

## Install
In the twistar directory, simply run:
Simply run:
{% highlight bash %}
python setup.py install
pip install twistar
{% endhighlight %}

## Unit Tests
In the twistar directory, simply run:
Simply run:
{% highlight bash %}
trial twistar
{% endhighlight %}
Expand Down

0 comments on commit a9e461f

Please sign in to comment.