Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 709 Bytes

File metadata and controls

41 lines (30 loc) · 709 Bytes

🚀 Voyager-Spacecraft

This is a Python project for simulating the Voyager Spacecraft.
It uses NumPy, Matplotlib, and PyQt5 for calculations, plotting, and GUI features.


📋 Requirements

  • Python 3.13 or higher
  • pip (Python package manager)

⚙️ Setup Instructions

1. Clone the repository

git clone https://github.com/kawdoco/Track-Voyager.git
cd Voyager-Spacecraft

2. Create a virtual environment

python -m venv venv

3. Activate the virtual environment

venv\bin\activate

4. Install required packages

pip install -r requirements.txt

5. Deactivate the virtual environment

deactivate