Add virtualenv build script for local development.
authorMark Friedenbach <mark@monetize.io>
Wed, 24 Oct 2012 14:56:10 +0000 (07:56 -0700)
committerMark Friedenbach <mark@monetize.io>
Wed, 24 Oct 2012 17:35:04 +0000 (10:35 -0700)
commit0c2aa387aefdbda8293e3bfcd7673135201e6a82
tree701ed6ab86ac94ff62bbf1a59bd33ae5d425b6e8
parentc78dab1c69ab4b4fc4c1597fab36caab8e74a102
Add virtualenv build script for local development.

Add a configure script and Makefile that build out an isolated virtualenv environment with the packages needed for running p2pool. Useful for local development or automated deployment.
.gitignore
Makefile [new file with mode: 0644]
conf/requirements.development.pip [new file with mode: 0644]
conf/requirements.production.pip [new file with mode: 0644]
conf/requirements.testing.pip [new file with mode: 0644]
configure [new file with mode: 0755]