From 6e3fdf8fa98290acce9a20482a5483ebe9af0bca Mon Sep 17 00:00:00 2001 From: Luchao Qi Date: Thu, 13 May 2021 16:27:49 -0400 Subject: [PATCH] Luchao's auto-commitment using shell script --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2953edc..981778f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ Python-based spaceship dodging game in terminal using curses (windows-curses), n ### Linux ```bash -# unit test for windows +# unit test for linux conda env create -f environment.yml -n spaceship # env name +# OR create a new env from scratch +conda create -n spaceship python conda activate spaceship # run the program python test.py --canvas_height 30 --canvas_width 30 --diff_level 2