/EDOL

EDOL is a project in the Bartlett School of Environment, Energy and Resources managed by ARC

Primary LanguagePython

EDOL Monorepo

This is the EDOL monorepo. The source code is mainly Python. pyproject.toml has details about some dependencies.

Getting Started

This project uses devbox to manage its development environment. Devbox is an alternative to devcontainers that doesn't require Docker.

Install devbox:

curl -fsSL https://get.jetpack.io/devbox | bash

Start the devbox shell:

devbox shell

Run a script in the devbox environment:

devbox run <script>

For scripts and packages see devbox.json