Getting Started

Our code is hosted here: https://github.com/codethechange/mobility_pipeline

Getting the Code and Dependencies

  1. Choose where you want to download the code, and navigate to that directory. Then download the code.

    $ cd path/to/desired/directory
    $ git clone https://github.com/codethechange/mobility_pipeline.git
    
  2. Install python 3 from https://python.org or via your favorite package manager

  3. Install dependencies into a virtual environment

    $ cd name_of_cloned_repository
    $ python3 -m venv venv
    $ source venv/bin/activate
    $ pip install -r requirements.txt
    

Now you’re all set!