Installation bash script
Created a bash script for installation of necessary packages. Only works for Linux or Windows Subsystem for Linux. Documentation in 'INSTALL/README.md' and comments within 'setup_linux'
Shell output: script_test.txt
looks pretty good! Can I run this on Windows or do I need to run it on linux?
Currently I have only tested it on Linux Ubunutu on my laptop and Windows Subsystem for Linux (also Ubuntu) on my Windows 10 Desktop. It will not work in Windows Command Prompt. I am considering writing a Powershell script for use on Windows but have to do some research first. I made the script with little research on installation scripts and it is very likely that there exists a better language/tool for the task. This mostly just simplifies the process (on Linux machines) of individually finding/installing the packages needed for pychop. Also note that I have been running pychop with python 3.8 seemingly without issue.