Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Apr 9, 2023
1 parent a6ff8fd commit 565ae09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Representative Proportion Voting

As detailed in [my blog post](https://blog.elijahlopez.ca/posts/representative-proportional-voting/),
representative proportion voting is a electoral system I invented for Canada that maintains the local representation that FPTP
offers for independent runners, while assigning seats to parties in a proportional manner. This code was developed
in order to demonstrate how our house of commons would look like.

The analysis this code aided created be seen [here](https://blog.elijahlopez.ca/posts/representative-proportional-voting/#2021-general-elections-fptp-versus-rpv).

To reproduce my results, simply install the packages in `requirements.txt` via `pip install -r requirements.txt` and
run `python rpv.py` in your terminal. If you are not on Windows, you may need to use `pip3` and `python3`.

0 comments on commit 565ae09

Please sign in to comment.