Getting Started Guide
Welcome to the Vibe Beyond! This guide will help you get up and running with the project in no time. By following these steps, you’ll be able to install the project, configure it, and start using its awesome features.
Prerequisites
Before you begin, make sure you have the following installed on your system:
Installation
-
Clone the repository to your local machine using Git:
git clone https://github.com/dariustb/VibeBeyond.git
-
Navigate to the project’s directory:
cd /path/to/VibeBeyond
-
Create a virtual environment with
venv
:python -m venv venv source venv/path/to/activate
The path to
activate
depends on your system. I usedvenv/Scripts/activate
. For more information, view Python’s venv documentation. -
Install dependencies with
pip
python -m pip install -r requirements.txt
🎉 Now your program is ready to run! See How to Use for steps on using the app.