Repo for notebook(s) used in various basketball gender difference studies.
I've included a requirements.txt
file for use with pip
. You can replicate the environment this notebook was run in as follows
- Clone the repo, then cd to the repo directory
- Initialize the pip env with
python3 -m venv env
or similar. source env/bin/activate
- Finally, install the requirements with
pip install -r requirements.txt
Contact the author if you have any issues with replication. You can contact me through my socials if you have those, or by opening an issue on this repo.