Skip to content

JonathanLehner/project-daria

Repository files navigation

Project Daria

Installation Instructions

Step 1: Create a Conda Environment

  1. Open a terminal or command prompt.
  2. Run the following command to create a new Conda environment:
    conda create -n project-daria python=3.10
  3. Activate the environment:
    conda activate project-daria

Step 2: Install Required Packages

Install the necessary Python packages from the requirements.txt file:

pip install -r requirements.txt

Running the Project

To run the project, ensure you are in the Conda environment created in Step 1. Then:

  • Start the SlimeVR application and ensure your SlimeVR device is connected.
  • Start the slimeVR data capture script:
python capture_data_slimeVR.py

Deleting the Conda Environment

If you need to remove the Conda environment, follow these steps:

  1. Deactivate the environment (if active):
    conda deactivate
  2. Delete the environment:
    conda remove -n project-daria --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6