Skip to content

Installation

GitHub

This is currently the only way to install StreamController, because it is still in heavy development.

  1. Clone StreamController from GitHub by typing:
    git clone https://github.com/Core447/StreamController
    
  2. Enter the StreamController directory:
    cd StreamController
    
  3. Create a virtual environment:
    python -m venv .venv
    
  4. Activate the virtual environment:
    source .venv/bin/activate
    
  5. Install pip requirements:
    pip install -r requirements.txt
    
  6. Launch the app:
    python3 main.py
    

Flatpak

Coming soon !!!
Test it via:
curl -sSL https://raw.githubusercontent.com/StreamController/StreamController/dev/flatpak/install.sh | bash