Installation ============ The software is distributed via PyPI_, it can be installed with ``pip``: :: pip install fastools From source ----------- The source is hosted on GitHub_, to install the latest development version, use the following commands. :: git clone https://github.com/jfjlaros/fastools.git cd fastools pip install . .. _PyPi: https://pypi.python.org/pypi/fastools .. _GitHub: https://github.com/jfjlaros/fastools.git