Skip to content

mokshit-sandhu/Mashup-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Instructions

Follow these steps to set up and run the project on your local machine.

1️⃣ Clone the Repository

Run the following command to clone the repository to your local machine:

git clone https://github.com/mokshit-sandhu/Mashup-Generator

2️⃣ Navigate to the Project Directory

Change your current directory to the root of the project:

cd <repository-folder>

Replace <repository-folder> with the name of the folder created by git clone.

3️⃣ Install Required Packages

Install all the necessary dependencies listed in the requirements.txt file:

pip install -r requirements.txt

This will install all the required libraries and packages for the project.

4️⃣ Run the Application

Run the application using the following command:

python app.py

This will start the application, and you should see output indicating that the application is running.


⚠️ Prerequisites

  • Make sure you have Python 3.x installed on your machine.
  • It is recommended to use a virtual environment to avoid package conflicts. You can create one using the following commands:
    python -m venv venv  # Create a virtual environment
    source venv/bin/activate  # Activate it on macOS/Linux
    .\venv\Scripts\activate  # Activate it on Windows

📚 Helpful Commands

  • Check installed packages:
    pip list
  • Update packages:
    pip install --upgrade -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published