Skip to content

jessecheu/OpenCat-Voice-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

OpenCat-Voice-Control

Using Python Virtual Environments:

Create a virtual environment by:

  1. running python -m venv .env or whatever python virtual environment you want to use
  2. Run source ./.env/Scripts/activate in git bash or ./.env/Scripts/activate.bat for windows.
  3. Run pip install -r requirements.txt
  4. Check all the requirements are installed by running pip list

For updating the resources file: run pyside6-rcc resources.qrc -o resources_rc.py

For updating the .ui files: pyside6-uic index.ui > ui_index.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages