Developer Guide
Working with OpenAdapt
Installation
git clone https://github.com/OpenAdaptAI/OpenAdapt.git
cd OpenAdaptpip3 install poetrypoetry install
poetry shell
poetry run postinstall
cd openadapt && alembic upgrade head && cd ..git clone https://github.com/OpenAdaptAI/OpenAdapt.git
cd OpenAdapt
python3.10 -m venv .venv
source .venv/bin/activate
pip install wheel
pip install -r requirements.txt
pip install -e .
alembic upgrade headPermissions(IMPORTANT)
Usage
Shell
Run app locally for testing
Make your first recording
Visualize
Playback
Features
System Tray Icon and Client GUI App(work-in-progress)
Detailed performance monitoring via pympler and tracemalloc:
Last updated










