We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eba688 commit 1c8c87aCopy full SHA for 1c8c87a
README.rst
@@ -514,3 +514,21 @@ Please report all issues with this code using the `GitHub issue tracker
514
If you are having an issue with a MaxMind service that is not specific to the
515
client API, please contact `MaxMind support
516
<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
532
533
+ $ pip install tox
534
+ $ tox
0 commit comments