Installation ------------ PyForbes is a pure Python library. This has various consequences: - It can run anywhere Python runs - It does not require a C compiler .. contents:: :depth: 4 Requirements ############ PyForbes does not have any mandatory env requirements. Python-based distribution requirements are installed automatically by ``pip``. Supported python version ######################## PyForbes supports Python 3.5 through to 3.6. Installing ########## PyForbes can be easily installed via common Python package managers such as setuptools or pip. .. code-block:: bash $ easy_install pyforbes .. code-block:: bash $ pip install pyforbes You may also get the latest PyForbes version by grabbing the source code from Github: .. code-block:: bash $ git clone https://github.com/laxmena/PyForbes $ cd pyforbes $ python setup.py install