PER's in-house library for log parsing and data analysis.
Option 1: Developer Installation:
Also useful if you would like to directly use the Tutorial notebook.
-
Clone the repository:
git clone https://github.com/Penn-Electric-Racing/PER-Data-Analyzer.git
-
Setup the development environment:
cd PER-Data-Analyzer python -m venv .venv .\.venv\Scripts\activate # On Windows source .venv/bin/activate # On macOS/Linux pip install -r requirements.txt pip install -e .
Option 2: Direct Installation
Not easy to modify and iterate on the source code, but useful for quick setup and utilizing the library in external environments like Google Colab.
- Install via pip:
pip install git+https://github.com/Penn-Electric-Racing/PER-Data-Analyzer.git@main
See Tutorial.ipynb