How To Install 0. Make sure you got python3.8 1. Open the directory in your terminal 2. Create a virtual environment python3 -m venv simple-python-to-do-list/ 3. Activate the Virtual environment (in linux) source simple-python-to-do-list/bin/activate 4. Once activate, just run it, no need to install any packages