Skip to content
Fletcher Chapin edited this page Sep 14, 2020 · 4 revisions

Welcome to the aide_design_specs wiki!

This is how to setup our repository for development work:

  1. git clone https://github.com/AguaClara/aide_design_specs.git
  2. cd ./aide_design_specs
  3. pipenv shell

a. If this throws an error: pip install pipenv

  1. pip install -r requirements-dev.txt
Clone this wiki locally