============ Installation ============ Being a Python package, PyLoan requires Python (version 3.6 or higher). Install from PyPI ================= To install the package from PyPI run this simple command in your terminal of choice:: $ python -m pip install pyloan Get the Source Code =================== PyLoan is maintained on `GitHub `__, where the code is always available. Your can either clone the public repository:: $ git clone https://github.com/sudo-dakix/pyloan.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 by running this command from the PyLoan source code directory:: $ python -m pip install