Skip to content

Commit 2b7ce32

Browse files
authored
Merge pull request #96 from bcdev/pont-95-update-docs
Update installation docs to work with pyproj.toml
2 parents ab74336 + af0cf58 commit 2b7ce32

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/about.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ corresponding issue.
2727

2828
## Development
2929

30-
Setup development environment:
30+
To set up development environment, with repository root as current
31+
working directory:
3132

3233
```bash
33-
pip install -r requirements.txt
34-
pip install -r requirements-dev.txt
35-
pip install -r requirements-docs.txt
34+
pip install .[dev,doc]
3635
```
3736

3837
### Testing and Coverage
@@ -56,8 +55,10 @@ black zappend
5655

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

58+
With repository root as current working directory:
59+
5960
```bash
60-
pip install -r requirements-doc.txt
61+
pip install .[doc]
6162

6263
mkdocs build
6364
mkdocs serve

0 commit comments

Comments
 (0)