COSC381-2024Fall / Todo-List-CLI

This project is a command-line to-do list manager, where users can add, view, and delete tasks. The project is incomplete, with room for improvements and bug fixes.
MIT License
0 stars 0 forks source link

Fix the Python command in README #3

Closed sjiang1 closed 6 hours ago

sjiang1 commented 7 hours ago

In README.md, Run the project: python todo.py However, most students' ec2 machines only recognize python3. So we need to change python todo.py to python3 todo.py