Commit 206abdb
authored
Fix: remove references to nonexistent requirements-dev.txt (#123)
GETTING_STARTED.md, CONTRIBUTING.md and PROJECT_STRUCTURE.md instruct
contributors to run 'pip install -r requirements-dev.txt', but that file
does not exist, so setup fails at that step. All development tools
(pytest, pytest-cov, black, flake8) are already provided by
requirements.txt, so the extra install step is removed.
PROJECT_STRUCTURE.md's dev-setup snippet now installs requirements.txt
before the editable install so the documented flow works end to end.1 parent ce7e2b7 commit 206abdb
3 files changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
283 | 284 | | |
284 | | - | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments