Reviewed-on: #2 Co-authored-by: Byron Lathi <byron@byronlathi.com> Co-committed-by: Byron Lathi <byron@byronlathi.com>
12 lines
235 B
Bash
12 lines
235 B
Bash
export REPO_TOP=$(git rev-parse --show-toplevel)
|
|
|
|
python3.13 -m venv .user_venv
|
|
. .user_venv/bin/activate
|
|
|
|
pip install -r requirements.txt
|
|
|
|
export PYTHON3=$(which python)
|
|
|
|
module load verilator
|
|
|
|
export CC65_BIN="$REPO_TOP/../cc65/bin/" |