We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a220db commit b8b19f9Copy full SHA for b8b19f9
1 file changed
README.md
@@ -101,7 +101,7 @@ There is comprehensive test coverage across all components with 32 passing tests
101
102
### Want to replicate?
103
104
- ```bash
+```bash
105
# Clone and navigate
106
git clone https://github.com/stuartasiimwe7/DefectNet
107
cd DefectNet
@@ -111,14 +111,14 @@ python -m venv .venv
111
source .venv/bin/activate # Windows: .venv\Scripts\activate
112
113
# Install dependencies
114
- pip install -r requirements.txt
+pip install -r requirements.txt
115
116
# Verify with tests
117
python -m pytest tests/ -v
118
119
# Start server
120
uvicorn app:app --reload --host 0.0.0.0 --port 8000
121
- ```
+```
122
123
### Docker Setup
124
0 commit comments