Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 743 Bytes

running-locally.md

File metadata and controls

40 lines (26 loc) · 743 Bytes

Running reAudioPlayer One locally

While it is recommended to use the docker container, you can also run reAudioPlayer One locally.

Installation

Make sure you have Python 3 installed on your computer. You'll also need ffmpeg.

Clone or download this project from github

git clone https://github.com/reAudioPlayer/one.git

Navigate to the downloaded repository and run the setup

Windows

Run setup.bat

Linux

Run the equivalent in any terminal

pip3 install -r ./src/server/requirements.txt

Launch

Windows

Run one.bat

Linux

Run the equivalent in any terminal

cd ./src/server
python3 ./main.py