Installation ============ Pip Install ----------- To install Pyckson, simply run this simple command in your terminal of choice:: $ pip install pyckson If you don't have `pip `_ installed, `this Python installation guide `_ can guide you through the process. Get the Source Code ------------------- Pyckson is developed on GitHub, where the code is `always available `_. You can clone the public repository:: $ git clone https://github.com/antidot/Pyckson.git Once you have a copy of the source, you can embed it in your own Python package, or install it into your site-packages easily:: $ python3 setup.py install