Updated SETUP.md

This commit is contained in:
b-tsammmons
2025-11-11 10:12:29 -10:00
parent f209c7bd90
commit d6da461d10
+4 -4
View File
@@ -19,8 +19,8 @@ This tool automates the process of converting Azure DevOps work items into GitHu
1. **Clone/Download the Repository** 1. **Clone/Download the Repository**
```bash ```bash
git clone https://github.com/yourusername/github_automation.git git clone https://github.com/TySP-Dev/github_automation.git
cd github_automation cd github_automation\application
``` ```
2. **Create Virtual Environment** (Recommended) 2. **Create Virtual Environment** (Recommended)
@@ -46,13 +46,13 @@ This tool automates the process of converting Azure DevOps work items into GitHu
3. **Install Dependencies** 3. **Install Dependencies**
```bash ```bash
pip install -r application/requirements.txt pip install -r requirements.txt
``` ```
4. **Run the Application** 4. **Run the Application**
```bash ```bash
python application/app.py python app.py
``` ```
### Virtual Environment Management ### Virtual Environment Management