unitedstates / congress

Public domain data collectors for the work of Congress, including legislation, amendments, and votes.
https://github.com/unitedstates/congress/wiki
Creative Commons Zero v1.0 Universal
929 stars 202 forks source link

Correct Virtual Env Suggestion #287

Closed connorjoleary closed 2 years ago

connorjoleary commented 2 years ago

In the readme there is a section which goes over setting up a python virtual environment. In that section it is recommended to use congress as the name, instead of the conventional env or venv. It looks like the .gitignore file supports the use of these other venv names, but it doesn't support using congress, so the readme should be modified to reflect that.