forked from data.coop/membersystem
12 lines
264 B
ReStructuredText
12 lines
264 B
ReStructuredText
|
member.data.coop
|
||
|
================
|
||
|
|
||
|
To start developing:
|
||
|
|
||
|
# Create a virtualenv with python 3
|
||
|
$ mkvirtualenv -p python3 datacoop
|
||
|
|
||
|
# Run this make target, which installs all the requirements and sets up a
|
||
|
# development database.
|
||
|
$ make dev-setup
|