Skip to content

Commit 4b6cf2d

Browse files
committed
how-to install for package dev docs
1 parent b32caae commit 4b6cf2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/install.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ then run:
1818
```bash
1919
python setup.py install
2020
```
21+
22+
## Package development
23+
24+
To install `sphinxcontrib-prettyproof` for package development:
25+
26+
```bash
27+
git clone https://github.com/najuzilu/sphinxcontrib-prettyproof
28+
cd sphinxcontrib-prettyproof
29+
git checkout master
30+
pip install -e .[all]
31+
```

0 commit comments

Comments
 (0)