Quickstart ========== **sexpr** works under Python3.4 and newer. You can install it from PyPI or directly from the source: Install from PyPI ----------------- :: $ pip install sexpr Install from git via pip ------------------------ :: $ pip install git+https://github.com/IwoHerka/sexpr@master Install from source ------------------- :: $ git clone git@github.com:makimo/django-eav2.git $ cd sexpr $ python setup.py install To uninstall:: $ python setup.py install --record files.txt $ rm $(cat files.txt) That's it! Now you can import the library:: import sexpr