Skip to content

johnpaulfarmer/civic-graph

 
 

Repository files navigation

Civic Graph

Development

To set up your development environment, you need pip (included with Python>=2.7.9).

If you don't have it already, install virtualenv:

pip install virtualenv

Then, create a virtual environment in the civic-graph folder:

virtualenv civicenv

Activate the virtual environment with:

.\civicenv\Scripts\activate      # (Windows)
source civicenv/bin/activate     # (Mac/Linux)

Then you can install the required packages with:

pip install -r requirements.txt

Finally, you can run the application on http://localhost:5000:

python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.1%
  • Python 22.1%
  • HTML 21.2%
  • CSS 18.5%
  • Shell 0.1%