Skip to content

jasonkwok475/Nova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Stargazers Issues

Nova

Installation

Method 1 - uv (Recommended)

Install the package manager uv using pip install uv. Then run the following command to start the program:

uv run index.py

To manually start the virtual environment and install packages, run

uv venv
uv sync

Method 2 - pip

Setup the virtual environment and install the required dependencies with the following commands:

python -m venv venv
venv\scripts\activate
pip install -r requirements.txt

Then run the following command to start the program:

python index.py

About

Ground software for communication with ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages