Install

[Option 1] Install from the PyPI

pip install smalldict

[Option 2] Development install

This is recommended only if you want to modify the source code of SmallDict.

git clone https://github.com/Minyus/smalldict.git
cd smalldict
python setup.py develop