TheEmeraldBee / UVSim

CS-2450 UVSim Project
1 stars 0 forks source link

Installation Requirements

Ensure that you have the getch python module installed pip3 install getch will work on most computers.

Testing

Running tests is as simple at running python -m pytest not using python -m will not be able to find the src module.

Running

First, and most importantly, you should always make sure that you are running in a terminal, or read events will not function correctly.

Running REPL

Typing python -m src.repl will run the repl. It will simulate your input in a vm without setting memory, allowing for easy iterative testing and programming.

Repl Commands

In order to debug your repl, the following commands allow for testing your program easily