intern-space-program / avionics

Avionics software to be developed and passed down over multiple tours.
http://internspaceprogram.com/
MIT License
9 stars 8 forks source link

Create requirements.txt #33

Closed AbhishekSrikanth closed 4 years ago

AbhishekSrikanth commented 4 years ago

This solves issue #31

mdbernard commented 4 years ago

Could you add a setup.py making use of this as well? That'd be optimal for an easy setup.

AbhishekSrikanth commented 4 years ago

Are you sure that you want a setup.py file? It's used for installing python packages. I believe this is just a repo, correct me if I'm wrong. Users can right now use the requirements.txt file to install dependencies. You can include instructions for that in the documentation.

mdbernard commented 4 years ago

Yes. We typically have a lot of beginner programmers on the team, so it's beneficial to have a setup.py to ease them into things.

mdbernard commented 4 years ago

Disregard that, we don't need a setup.py.