# Statistical scripts Computes stats about a whole lot of stuff. ## Setup ```sh virtualenv -p python3 venv # Do this only once source venv/bin/activate # Do this for every new shell working running the script pip install -r requirements.txt # Do this only once ```