Skip to content

Another VoteTracker+ mock repo - first attempt at incorporating submodules

License

Notifications You must be signed in to change notification settings

TrustTheVote-Project/VTP-mock-election.US.10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A VoteTrackerPlus Mock US Election Repo

This is a work in progress.

This repository represents the current thoughts on how to configure an election for VoteTrackerPlus. See the VoteTrackerPlus repository for more information. The VoteTrackerPlus repo is included as a git submodule by this repo.

How to clone this and the VoteTrackerPlus repos and setup up a VTP demo

Make sure there is a compatible python environment - any reasonable python framework can be used. See VTP-mock-election.US.10/VoteTrackerPlus/src/vtp/README.md for creating either a conda or poetry environment.

# clone both repos (https example)
$ git clone --recurse-submodules https://github.com/TrustTheVote-Project/VTP-mock-election.US.10.git

# Using conda (assumes conda/miniconda has been installed and the env vtp.01 has been created)
$ cd VTP-mock-election.US.10/VoteTrackerPlus/src/vtp
$ conda activate vtp.01

# Using poetry (assumes that peotry has been installed)
$ cd VTP-mock-election.US.10/VoteTrackerPlus
$ poetry install
$ poetry shell
$ cd src/vtp

# To setup a mock demo election, run the following:
$ ./setup_vtp_demp.py

About

Another VoteTracker+ mock repo - first attempt at incorporating submodules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published