Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 419 Bytes

GEOCHEMSIM Django App

Getting Started

  1. Follow the instructions for installing the Airavata Django Portal

  2. With the Airavata Django Portal virtual environment activated, clone this repo and install it into the portal's virtual environment

    cd geochemsim-django-app
    pip install -e .
    
  3. Start (or restart) the Django Portal server.