- Make sure you have Python 3.10+ installed in your machine.
git clone https://github.com/ca20110820/ictprg302-coding-project.git
cd 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