Skip to content

vampy/votes-euro2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Votes 2019 May - European Parliament election & Referendum

Used for lighter version of the official BEC website

Install

# Initialized environment
pipenv install

# Generate requirements.txt for heroku and other old tools
pipenv run pipenv_to_requirements -f

# Enter venv
pipenv shell

# Deactivate
deactivate

Use

# Activate env
pipenv shell

# Run CLI version
python cli.py

# Run web version
python app.py