File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Now you can install the package and run your python code
5656 urllib3 1.26.4
5757```
5858
59- ### Install with pip
59+ ### Install from PyPI
6060
6161``` bash
6262 $ pip install pyedgeconnect
@@ -96,7 +96,11 @@ following syntax:
9696
9797## Docs
9898
99- To build the documentation, clone the repository, install with `` [dev] `` option
99+ [ ![ Documentation Status] ( https://readthedocs.org/projects/pyedgeconnect/badge/?version=latest )] ( https://pyedgeconnect.readthedocs.io/en/latest/?badge=latest )
100+
101+ Docs are viewable on [ Read the Docs] ( https://pyedgeconnect.readthedocs.io )
102+
103+ To build the documentation locally, clone the repository, install with `` [dev] `` option
100104to include sphinx and related packages, then in the docs directory run `` make html ``
101105
102106``` bash
You can’t perform that action at this time.
0 commit comments