Run nix-shell
in the root directory
Run poetry shell
in the root directory
cd core
make build_unix
./emu.py
If you are making changes to any python source code you shouldn't have to run the make command again.
Run nix-shell
in the root directory
Run poetry shell
in the root directory
cd core
make build_unix
./emu.py
If you are making changes to any python source code you shouldn't have to run the make command again.