# Installation The following instructions will place the bandersnatch executable in a virtualenv under `bandersnatch/bin/bandersnatch`. - bandersnatch **requires** `>= Python 3.8.0` ## pip This installs the latest stable, released version. ``` $ python3.8 -m venv bandersnatch $ bandersnatch/bin/pip install bandersnatch $ bandersnatch/bin/bandersnatch --help ```