File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ The idea is to divide the process into two steps:
1717 Any additional formatting should be done in the documentation itself.
1818
1919# Installation
20- Supposing you want to install the version ` v0.6.2 ` :
20+ Supposing you want to install the version ` v0.6.3 ` :
2121
2222```
2323# Using PEP 508 direct URL
24- microdoc @ git+https://github.com/kerrigan29a/microdoc.git@v0.6.2
24+ microdoc @ git+https://github.com/kerrigan29a/microdoc.git@v0.6.3
2525
2626# Or the classic egg syntax (for older pip)
27- git+https://github.com/kerrigan29a/microdoc.git@v0.6.2 #egg=microdoc
27+ git+https://github.com/kerrigan29a/microdoc.git@v0.6.3 #egg=microdoc
2828
2929# Or a wheel asset
30- https://github.com/kerrigan29a/microdoc/releases/download/v0.6.2 /microdoc-0.6.2 -py3-none-any.whl
30+ https://github.com/kerrigan29a/microdoc/releases/download/v0.6.3 /microdoc-0.6.3 -py3-none-any.whl
3131
3232# Or the snapshot tarball
33- https://github.com/kerrigan29a/microdoc/archive/refs/tags/v0.6.2 .tar.gz
33+ https://github.com/kerrigan29a/microdoc/archive/refs/tags/v0.6.3 .tar.gz
3434```
3535
3636# Command line usage
You can’t perform that action at this time.
0 commit comments