We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab74336 commit af0cf58Copy full SHA for af0cf58
docs/about.md
@@ -27,12 +27,11 @@ corresponding issue.
27
28
## Development
29
30
-Setup development environment:
+To set up development environment, with repository root as current
31
+working directory:
32
33
```bash
-pip install -r requirements.txt
34
-pip install -r requirements-dev.txt
35
-pip install -r requirements-docs.txt
+pip install .[dev,doc]
36
```
37
38
### Testing and Coverage
@@ -56,8 +55,10 @@ black zappend
56
55
57
`zappend` documentation is built using the [mkdocs](https://www.mkdocs.org/) tool.
58
+With repository root as current working directory:
59
+
60
-pip install -r requirements-doc.txt
61
+pip install .[doc]
62
63
mkdocs build
64
mkdocs serve
0 commit comments