Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 690 Bytes

NASA Space Apps 2024 (CalgaryToSpace Team)

CalgaryToSpace team for 2024 NASA Space Apps Challenge

Brainstorming/planning google doc: https://docs.google.com/document/d/1h8MYQXKIfUBvt8V1JY9K4qhVGF7CmPI2ib50BCMmhZs/edit?usp=sharing

Getting Started (Development) NiceGUI front end

  1. Clone this repo.
  2. Open this repo in VS Code.
  3. Open a terminal.
  4. Create a virtual environment: python3 -m venv venv/
  5. Activate the virtual environment: .\venv\Scripts\activate (Windows)
  6. Install the project and dependencies: pip install -e .
  7. Run the project: python src/gui.py
  8. See a web browser open!

To use dash front end (app.py) dash, plotly and pandas need to be installed.