Skip to content

Created bat files that automatically installs dependencies and runs program#1

Open
andrewmotz wants to merge 7 commits intoUVicRocketry:mainfrom
andrewmotz:main
Open

Created bat files that automatically installs dependencies and runs program#1
andrewmotz wants to merge 7 commits intoUVicRocketry:mainfrom
andrewmotz:main

Conversation

@andrewmotz
Copy link

JJ was getting me to check out this project and I wanted to run it. I did not have the proper libraries installed for it to run so I had to manually go through and find what I need.

The setup.bat file creates a local python environment so when it installs the dependencies, it keeps all the files within the project folder. The run.bat uses that local python environment to then run the project using the local files.

Let me know if you have any questions :)

@jjderooy
Copy link
Contributor

jjderooy commented Apr 4, 2021

This looks good. One thing I am concerned about is the program being platform agnostic. Is there a way to make this work without .bat and powershell so MacOS and GNU/Linux operating systems can still run it?

@andrewmotz
Copy link
Author

I would need to create a separate script that runs on MacOS/Linux. You guys would follow your current workflow for development. This change is more so for people who don't not how to get this running by themselves and are wanting to check the project out.

@andrewmotz andrewmotz changed the title Created bat files that automatically install dependencies and run program Created bat files that automatically installs dependencies and runs program Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants