electionscience / vote.electionscience.org

Down with Plurality-Based Web Polling!
https://vote.electionscience.org
GNU General Public License v3.0
36 stars 33 forks source link

Updated Readme and setup.cfg #179

Closed regier21 closed 7 months ago

regier21 commented 3 years ago

Resolves #112 by linking here on the readme. Resolves #178 by removing shell command for installing pip globally. The link on pip already contains instructions for doing so anyway, and as mentioned in the issue the current method for installing pip is now somewhat more involved and won't fit neatly on one line.

When following the readme instructions on setting up the virtual environment and running flake8, I was given linting errors for all the dependencies inside the env/ folder. I updated setup.cfg to ignore all files within env/, which removed those errors and sped up the check.