Skip to content

Commit 1c8c87a

Browse files
committed
Add testing section to README
1 parent 6eba688 commit 1c8c87a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,3 +514,21 @@ Please report all issues with this code using the `GitHub issue tracker
514514
If you are having an issue with a MaxMind service that is not specific to the
515515
client API, please contact `MaxMind support
516516
<https://www.maxmind.com/en/support>`_ for assistance.
517+
518+
Testing
519+
-------
520+
521+
Get the repository and its submodule.
522+
523+
.. code-block:: bash
524+
525+
$ git clone https://github.com/maxmind/GeoIP2-python.git
526+
$ cd ./GeoIP2-python/
527+
$ git submodule update --init --recursive
528+
529+
Install and run ``tox``.
530+
531+
.. code-block:: bash
532+
533+
$ pip install tox
534+
$ tox

0 commit comments

Comments
 (0)