-
Notifications
You must be signed in to change notification settings - Fork 0
Home
It looks like the formatting issue in the preview might be due to the way Markdown handles code blocks and formatting. Here’s a refined version of the content that should look clean and well-formatted in the GitHub wiki:
Title: Getting Started
Content:
Welcome to the YouTube Audio Processor project! Follow these steps to clone the repository and get started.
To get a copy of this project on your local machine, follow these steps:
-
Open a Terminal or Command Prompt: Open the terminal on Linux or macOS, or the command prompt on Windows.
-
Clone the Repository: Execute the following command to clone the repository:
git clone https://github.com/nathanrish/youtube_audio_processor.git
This command downloads the project files to your local system.
-
Navigate to the Project Directory: Move into the project directory with:
cd youtube_audio_processor
-
Install Dependencies: Ensure all necessary dependencies are installed by running:
pip install -r requirements.txt
-
Set Up Configuration: Create a
.env
file in the project root with the required environment variables. Refer to the Configuration page for details on the required variables. -
Run the Application: Start the application with:
python main.py
Follow the prompts to enter the YouTube video URL and configure your settings.
If you encounter any issues, consult the Troubleshooting section for help, or reach out for support.