You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+6-7
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ Veridu Python SDK
3
3
4
4
Installation
5
5
------------
6
-
This library can be found on [PyPi](https://pypi.python.org/pypi/veridu-python).
7
-
The recommended way to install this is through [pip](https://pypi.python.org/pypi/pip).
6
+
This library can be found on PyPi(https://pypi.python.org/pypi/veridu-python).
7
+
The recommended way to install this is through pip(https://pypi.python.org/pypi/pip).
8
8
9
9
```bash
10
10
$ pip install veridu-python
@@ -17,15 +17,14 @@ Dependencies:
17
17
* random
18
18
* re
19
19
* requests
20
-
* requests
21
20
* time
22
21
* urllib
23
22
* urlparse
24
23
25
24
Bugs and feature requests
26
25
-------------------------
27
-
Have a bug or a feature request? [Please open a new issue](https://github.com/veridu/veridu-python/issues).
28
-
Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/).
26
+
Have a bug or a feature request? Please open a new issue(https://github.com/veridu/veridu-python/issues).
27
+
Before opening any issue, please search for existing issues and read the Issue Guidelines(https://github.com/necolas/issue-guidelines), written by Nicolas Gallagher(https://github.com/necolas/).
29
28
30
29
Versioning
31
30
----------
@@ -41,9 +40,9 @@ And constructed with the following guidelines:
41
40
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
42
41
* Bug fixes and misc changes bumps the patch
43
42
44
-
For more information on SemVer, please visit [http://semver.org/](http://semver.org/).
43
+
For more information on SemVer, please visit http://semver.org/.
0 commit comments