Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ corresponding issue.

## Development

Setup development environment:
To set up development environment, with repository root as current
working directory:

```bash
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -r requirements-docs.txt
pip install .[dev,doc]
```

### Testing and Coverage
Expand All @@ -56,8 +55,10 @@ black zappend

`zappend` documentation is built using the [mkdocs](https://www.mkdocs.org/) tool.

With repository root as current working directory:

```bash
pip install -r requirements-doc.txt
pip install .[doc]

mkdocs build
mkdocs serve
Expand Down