Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 936 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 936 Bytes

libdistrict

libdistrict is a free open source metrics library created to help developers, researchers, and policy-makers evaluate district plans. This library is developed with input from PlanScore and Azavea.

Contributing

Read the contribution guidlines for libdistrict.

Getting Started

libdistrict is a Python 3 library. The library is not currently available on PyPI.

Prerequisites

Install libdistrict

  1. Clone the libdistrict git repository
    1. git clone https://github.com/PlanScore/libdistrict.git
  2. Build Wheel
    1. python3 setup.py bdist_wheel
  3. Install libdistrict
    1. pip install <wheel_name>.whl
  4. Use the metrics in your project