Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
added notes about the python-devel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iartarisi committed Mar 14, 2012
1 parent 2e48da3 commit 53cf635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.server.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ $ virtualenv vpopcorn
$ source vpopcorn/bin/activate
```

You will need the postgresql development files to install psycopg2 which
You will need the postgresql and python development files to install psycopg2 which
is a required dependency for popcorn you should install this using your
distribution's package manager. Example: `zypper install gcc postgresql-devel`
distribution's package manager. Example: `zypper install gcc python-devel postgresql-devel`

Set up your development environment. This will add the popcorn package
to your python path, but will not install it anywhere else. You can now
Expand Down

0 comments on commit 53cf635

Please sign in to comment.