Global data repository page for LibCrowds, designed to integrate with the libcrowds-bs4-pybossa-theme.
Run the following commands (modified according to your PyBossa installation directory):
source /home/pybossa/pybossa/env/bin/activate
cd /home/pybossa/pybossa/pybossa/plugins
git clone https://github.com/libcrowds/libcrowds-data
pip install -r libcrowds-data/requirements.txt
ln -s libcrowds-data/libcrowds_data libcrowds_data
The plugin will be available after you next restart the server.
See the CONTRIBUTING file for guidelines on how to suggest improvements, report bugs or submit pull requests.