This commit is contained in:
Keep Creating Online
2025-01-13 16:48:52 -05:00
parent e7980dbecf
commit ee90a855f1
2 changed files with 15 additions and 32 deletions

View File

@@ -75,10 +75,7 @@ and helps users to [describe main benefits].
python -m venv venv
# Activate using Command Prompt
venv\Scripts\activate.bat
# OR activate using PowerShell
.\venv\Scripts\Activate.ps1
venv\Scripts\activate
```
#### macOS/Linux:
@@ -93,6 +90,10 @@ source venv/bin/activate
### 4. Install Dependencies
```bash
cd src
```
```bash
pip install -r requirements.txt
```
@@ -111,7 +112,6 @@ pyperclip
## Running the Application
```bash
cd src
streamlit run app.py
```
@@ -121,7 +121,7 @@ The application will open in your default web browser at `http://localhost:8501`
### 1. Initial Setup
- Create a basic `config.yaml` file in the src directory:
- There is a basic `config.yaml` file created for you in the src directory:
```yaml
exclude_dirs: