Skip to content

Commit 023cc32

Browse files
Merge pull request #880 from adamtheturtle/doc-contributing
Installation docs in index
2 parents 17f31cc + 5dee773 commit 023cc32

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ vws-python
55

66
Python library for the Vuforia Web Services (VWS) API and the Vuforia Web Query API.
77

8-
Contributing
9-
------------
10-
11-
See `CONTRIBUTING.rst <./CONTRIBUTING.rst>`_ for details on how to contribute to this project.
12-
138
Installation
149
------------
1510

docs/source/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
VWS Python
22
==========
33

4+
Installation
5+
------------
6+
7+
.. code:: sh
8+
9+
pip install vws-python
10+
11+
This is tested on Python 3.7+.
12+
Get in touch with ``adamdangoor@gmail.com`` if you would like to use this with another language.
13+
414
.. toctree::
515
:maxdepth: 3
616

0 commit comments

Comments
 (0)