LizardByte / RetroArcher.X

Heavily modified clone of Tautulli... NOT ready to use

Home Page:https://RetroArcher.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributing

These are instructions for setting up RetroArcher.X with a development virtual environment (separated from your main python install). The code below will setup the venv and run retroarcher.

  • Install Python 3.9
  • Download and extract the source code to the directory of your choice.
  • Open terminal/command prompt
  • Windows:
    cd <RetroArcher.X directory>
    python -m venv venv
    call venv\Scripts\activate.bat
    pip install --upgrade -r requirements.txt
    python retroarcher.py
    deactivate
  • Linux/Mac:
    cd <RetroArcher.X directory>
    python -m venv venv
    source venv/bin/activate
    pip install --upgrade -r requirements.txt
    python retroarcher.py
    deactivate

About

Heavily modified clone of Tautulli... NOT ready to use

https://RetroArcher.github.io

License:GNU General Public License v3.0


Languages

Language:Python 51.2%Language:HTML 30.0%Language:JavaScript 13.6%Language:CSS 4.9%Language:NSIS 0.2%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Batchfile 0.0%