Supporting code for my blog posts about A/B testing.
If you want to ensure you're using the correct packages, then you can create a virtual environment using virtualenv and install the required packages using the provided requirements.txt file:
mkdir ~/envs
virtualenv ~/envs/blog-ab-testing
source ~/envs/blog-ab-testing/bin/activate
pip install -r requirements.txt