- Ensure that python3 is available in your computer.
- Run the Console Application with
$ cd toy-bot && python3 main.py
- Follow and Enter the inputs being asked
- Assuming that Docker is installed in your computer. Please follow bullets below for containerization setup.
$ cd toy-bot
$ docker run -it -v=$(pwd):/usr/src/app --workdir=/usr/src/app --name=toy-bot python:3.10.1 bash
$ python main.py
- Run the Console Application with
python main.py
- Follow and Enter the inputs being asked
- Current directory should be the same directory where
main.py
is located - Run
$ python tests.py
(if containerized) or$ python3 tests.py
(if not containerized)