- Make sure you have Python 3.10+ installed in your machine.
git clone https://github.com/ca20110820/ictprg302-coding-project.gitcd ictprg302-coding-project/python -m venv venv- Activate
venv pip install -e .- Run
python wordle
If you are using Python 3.11+, you may get ModuleNotFoundError for pkg_resources.
To fix this issue, try
python ensure_setuptools.py