An open API service indexing awesome lists of open source software.

https://github.com/alvaropaco/vote360

A open source, trustworthy, auditable and democratic distributed voting platform.
https://github.com/alvaropaco/vote360

democracy pyramid python vote vote360

Last synced: about 2 months ago
JSON representation

A open source, trustworthy, auditable and democratic distributed voting platform.

Awesome Lists containing this project

README

        

Pyramid Scaffold
================

Getting Started
---------------

- Change directory into your newly created project.

cd Vote360

- Create a Python virtual environment.

python3 -m venv env

- Upgrade packaging tools.

env/bin/pip install --upgrade pip setuptools

- Install the project in editable mode with its testing requirements.

env/bin/pip install -e ".[testing]"

- Run your project's tests.

env/bin/pytest

- Run your project.

env/bin/pserve development.ini