Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

ByteOfKathy/manuela

Repository files navigation

Setup

Requirements

Python 3.10 or higher is required.

This is not a tutorial for python, but if you don't have it installed, you can get it from python.org.

Installation

  1. Clone the repository

  2. Create a virtual environment with python -m venv venv

|⚠️ Note: Replace python with your alias for your installation of python

  1. Activate the virtual environment with . ./venv/bin/activate for linux or ./venv/Scripts/activate on Windows

  2. Install the requirements with pip install -r requirements.txt

  3. You're done! (the test files should not be run with python, instead they should be run with pytest)

Pushing

  1. Run black . to format the code

  2. Run pytest to make sure the tests pass

  3. Add the required dependencies with pip freeze > requirements.txt

  4. Add the required dependencies for GHA with pip freeze > actionsReq.txt and take out the pyaudio dependency and any failing dependencies

  5. Commit and push

About

GT robohacks 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages