Installation

By downloading

  1. Clone repository on desktop (git required: https://git-scm.com/downloads)
$ git clone https://github.com/trzemecki/dicttools.git
  1. If clone cannot be done, download zip (https://github.com/trzemecki/dicttools/archive/master.zip) and unpack
  2. Go to directory containing setup.py file
  3. Run tests (optional)
$ python setup.py test
  1. If all tests passed, install
$ python setup.py install