Skip to content

Installation

To install autorpt, run this command in your terminal:

1
pip install autorpt

This is the preferred method to install autorpt, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources

To install autorpt from sources, run this command in your terminal:

1
pip install git+https://github.com/VRConservation/autorpt

To install with development dependencies:

1
2
3
4
5
git clone https://github.com/VRConservation/autorpt.git
cd autorpt
pip install -r requirements.txt
pip install -r requirements_dev.txt
pip install -e .