You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user should run pip3 install -r requirements.txt before import electiondata as ea
user needs a postgreSQL instance (e.g., on macOS with homebrew package manager, brew install postgresql and login information for a user on that instance (with proper permissions)
user does not need to create a database in their postgreSQL instance -- program will do that.
required packages may have dependencies (e.g., matplotlib requires freetype). User will need to use their package manager (e.g., might be homebrew on a macOS system).
pip3 install -r requirements.txtbeforeimport electiondata as eahomebrewpackage manager,brew install postgresqland login information for a user on that instance (with proper permissions)matplotlibrequiresfreetype). User will need to use their package manager (e.g., might behomebrewon a macOS system).