Quick Start
Working with OpenAdapt
Installation
git clone https://github.com/MLDSAI/OpenAdapt.git
cd OpenAdaptpip install poetrypoetry install
poetry shell
alembic upgrade headgit clone https://github.com/MLDSAI/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 headpip install openadaptMake your first recording
Last updated