pychop3d icon indicating copy to clipboard operation
pychop3d copied to clipboard

Installation bash script

Open AndreasZS opened this issue 5 years ago • 2 comments

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

AndreasZS avatar Sep 03 '20 22:09 AndreasZS

looks pretty good! Can I run this on Windows or do I need to run it on linux?

gregstarr avatar Sep 04 '20 14:09 gregstarr

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.

AndreasZS avatar Sep 04 '20 16:09 AndreasZS