CalgaryToSpace team for 2024 NASA Space Apps Challenge
Brainstorming/planning google doc: https://docs.google.com/document/d/1h8MYQXKIfUBvt8V1JY9K4qhVGF7CmPI2ib50BCMmhZs/edit?usp=sharing
- Clone this repo.
- Open this repo in VS Code.
- Open a terminal.
- Create a virtual environment:
python3 -m venv venv/
- Activate the virtual environment:
.\venv\Scripts\activate
(Windows) - Install the project and dependencies:
pip install -e .
- Run the project:
python src/gui.py
- See a web browser open!
To use dash front end (app.py) dash, plotly and pandas need to be installed.