Skip to content

Commit b8b19f9

Browse files
Final Workflow
1 parent 0a220db commit b8b19f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ There is comprehensive test coverage across all components with 32 passing tests
101101

102102
### Want to replicate?
103103

104-
```bash
104+
```bash
105105
# Clone and navigate
106106
git clone https://github.com/stuartasiimwe7/DefectNet
107107
cd DefectNet
@@ -111,14 +111,14 @@ python -m venv .venv
111111
source .venv/bin/activate # Windows: .venv\Scripts\activate
112112

113113
# Install dependencies
114-
pip install -r requirements.txt
114+
pip install -r requirements.txt
115115

116116
# Verify with tests
117117
python -m pytest tests/ -v
118118

119119
# Start server
120120
uvicorn app:app --reload --host 0.0.0.0 --port 8000
121-
```
121+
```
122122

123123
### Docker Setup
124124

0 commit comments

Comments
 (0)