From bae7ee7cd1f2210dc88acd0c38ace0e566ae8b10 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 25 Jan 2024 23:59:46 -0400 Subject: [PATCH] Stupid windows python shit --- setup.ps1 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 setup.ps1 diff --git a/setup.ps1 b/setup.ps1 new file mode 100644 index 0000000..dcbb8cd --- /dev/null +++ b/setup.ps1 @@ -0,0 +1,4 @@ +conda install jupyter +conda install -c conda-forge pygraphviz +conda install -c conda-forge coloraide +pip install automata-lib \ No newline at end of file