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