Skip to content

Installation

Requirements

  • Python 3.8 or newer
  • pip

Install With pip

pip install scoutml

Install From Source

git clone https://github.com/AlgorithmicResearchGroup/scoutml
cd scoutml
pip install -e .

Check That It Worked

scoutml version

You should see a version number.

Use a virtual environment if you are new to Python projects.

python -m venv .venv
source .venv/bin/activate
pip install scoutml

Next Step

Set your API key in the configuration guide.