Install the espn-api package
masterYou can install the package via pip or by cloning the repository. For Python versions >= 3.9, it is recommended to use the requirementsV2.txt file and pytest instead of setup.py and nosetests.
# Using pip (Recommended)
pip install espn_api
# Using Git and Requirements.txt (Recommended for Python >= 3.9)
git clone https://github.com/cwendt94/espn-api
cd espn-api
python -m venv myenv
# On Windows:
myenv\Scripts\activate.bat
# On Unix/macOS:
source myenv/bin/activate
pip install -r requirementsV2.txt