Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TXRX Labs Website
Install required system packages. This will vary from distribution to distribution.

```bash
apt-get install python-dev git-core python-pip libpng-dev libjpeg-dev python-psycopg2
apt-get install python-dev git-core python-pip libpng-dev libjpeg-dev python-psycopg2 libpq-dev
```

Now get the sourcecode from github. If you forked the source code use your own url (replace chriscauley with your github username).
Expand All @@ -17,7 +17,7 @@ cd txrx.org
Install the python requirements.

```bash
pip install -r config/requirements.txt
pip install -r requirements.txt
```

You can create the database one of two ways. Ask chriscauley for the password to development@dev.txrxlabs.org and then run the following command:
Expand Down