Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 365 Bytes

File metadata and controls

12 lines (12 loc) · 365 Bytes

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