Updated SETUP.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user