How to Install Raveberry on Windows 10

Step 1: Download and Install Python

Before installing Raveberry, you need to install Python on your Windows 10 computer. You can download the latest version of Python from https://www.python.org/downloads/.

  • Click on the "Download Python X.X.X" button to download the latest version of Python.
  • Double-click on the downloaded file to run the Python installer and follow the installation wizard.

Step 2: Install Git

To download Raveberry from GitHub, you need to install Git on your Windows 10 computer.

  • Download the Git installer from https://git-scm.com/downloads
  • Double-click on the downloaded file to run the Git installer and follow the installation wizard.

Step 3: Clone Raveberry From GitHub

Open the Command Prompt on your Windows 10 computer and run the following command to clone Raveberry from GitHub:

git clone https://github.com/raveberry/raveberry.git

This will create a new folder called "raveberry" in your current directory.

Step 4: Install Required Packages

Open the Command Prompt and navigate to the "raveberry" folder by running the following command:

cd raveberry

Next, run the following command to install the required Python packages:

pip install -r requirements.txt

Step 5: Start Raveberry

Once the required packages are installed, you can start Raveberry by running the following command:

python raveberry.py

This will start the Raveberry server, and you can access it by navigating to http://localhost:5000/ in your web browser.

Conclusion

Congratulations! You have successfully installed Raveberry on your Windows 10 computer. You can now use Raveberry to stream and control music on your Raspberry Pi.