mirror of
https://github.com/PR0M3TH3AN/RePrompt.git
synced 2025-09-07 14:38:43 +00:00
update
This commit is contained in:
12
README.md
12
README.md
@@ -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:
|
||||
|
@@ -1,29 +1,12 @@
|
||||
custom_sections:
|
||||
- file: changelog.txt
|
||||
section_title: Changelog
|
||||
- file: LICENSE.txt
|
||||
section_title: License
|
||||
- file: changelog.txt
|
||||
section_title: Changelog
|
||||
- file: LICENSE.txt
|
||||
section_title: License
|
||||
exclude_dirs:
|
||||
- node_modules
|
||||
- venv
|
||||
- __pycache__
|
||||
- .git
|
||||
- dist
|
||||
- build
|
||||
- logs
|
||||
- .idea
|
||||
- .vscode
|
||||
-
|
||||
|
||||
important_files:
|
||||
- src\app.py
|
||||
- src\config.yaml
|
||||
- src\generate_repo_context.py
|
||||
- src\index.html
|
||||
- src\README.md
|
||||
- src\repo-context.txt
|
||||
- src\requirements.txt
|
||||
- src\saved_config.yaml
|
||||
- src\global_files\format_response.md
|
||||
- src\static_files\important_info.txt
|
||||
- src\static_files\overview.txt
|
||||
- src\static_files\to-do_list.txt
|
||||
source_directory: C:\Users\user\Documents\GitHub\Context-Tool
|
||||
-
|
||||
|
||||
source_directory:
|
||||
|
Reference in New Issue
Block a user