From 7545a890597b2df6e3bf74194a8cff80072e0ef6 Mon Sep 17 00:00:00 2001 From: Phillip Romero <155595912+pvtr1998@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:00:02 -0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index eb4f656..439fd15 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,21 @@ Our primary use case is King County Metro, a local transit agency that operates As is, there is a sparsity in clean and open-source data from in-application battery packs. Parsing, cataloging, and analyzing the data collected from King County Metro’s large hybrid-electric bus fleet is useful work to the research and development community. This can aid in developing more efficient battery management systems, improved battery designs, and optimized usage strategies. For academic researchers, it provides a solid foundation for theoretical studies and innovations in battery technology, supporting advancements in energy storage solutions and sustainability. +## Installation + +### Dependencies + +The "alfred" package was designed using Ubuntu 22.4 for Windows and Terminal for MAC and therefore is required when running the package. To properly install the dependencies for this package first clone this repository into your local machine. Then, create a new environment to make sure your machine has all the required dependencies to run "alfred" with the following command: +### + conda env create -f environment.yml + +Activate this environment using: +### + conda activate environment + + + + ## Component Design ### Extract, Transform, Load (etl.py)