This repository contains programming example for Sean.
This repository contains a virtual environment named venv
.
Activate it using the command:
source venv/bin/activate
Deactivate using the command:
deactivate
Run IDLE in the virtual environment using the command:
python -m idlelib