RequirementsΒΆ

  1. Python 3.7 (Tested with Anaconda Python 3.7; might also work with Python > 3.7. However, it will not work with Python < 3.7).

  2. SQLite3. (Will normally be already installed).

  3. pip. (Should normally be already installed).

  4. pytest (only required for running tests). Can be installed using command:

    $ pip install pytest