Poetry (recommended) Git pip Installer
First, clone & navigate to the repository:
Copy git clone https://github.com/MLDSAI/OpenAdapt.git
cd OpenAdapt
If is not installed, you can use pip to install it:
Lastly, run these lines to setup the environment:
Copy poetry install
poetry shell
alembic upgrade head
Copy git 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 head
Copy pip install openadapt
Download / Clone OpenAdapt from , then run one of the following scripts:
Windows:
MacOS:
Copy python -m openadapt.record "testing openadapt"
Copy | INFO | __mp_main__:performance_stats_writer:422 - performance stats writer starting
| INFO | __mp_main__:write_events:211 - event_type='window' starting
| INFO | __mp_main__:write_events:211 - event_type='screen' starting
| INFO | __mp_main__:write_events:211 - event_type='action' starting
Copy | INFO | __main__:record:637 - joining...
| INFO | __mp_main__:write_events:221 - event_type='window' done
| INFO | __mp_main__:write_events:221 - event_type='action' done
| INFO | __main__:read_screen_events:356 - done
| INFO | __main__:process_events:126 - done
| INFO | __mp_main__:write_events:221 - event_type='screen' done
| INFO | __main__:record:652 - saved recording_timestamp=1686243306.393652
| INFO | __mp_main__:performance_stats_writer:433 - performance stats writer done