Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 627 Bytes

File metadata and controls

26 lines (16 loc) · 627 Bytes

AutoRA Prolific Recruitment Manager

Prolific Recruitment Manager provides functionality to recruit participants via Prolific to set up an experiment runner for AutoRA.

Quickstart Guide

You will need: python >=3.8,<4: https://www.python.org/downloads/

!!! It is recommended to use a python environment manger like virtualenv

Install the package via pip:

pip install "aurora[experiment-runner-recruitment-manager-prolific]"

Test

python -c "from autora.experiment_runner.recruitment_manager.prolific import setup_study"

Dependencies

autora-core