Installation¶
PyForbes is a pure Python library. This has various consequences:
It can run anywhere Python runs
It does not require a C compiler
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.
$ easy_install pyforbes
$ pip install pyforbes
You may also get the latest PyForbes version by grabbing the source code from Github:
$ git clone https://github.com/laxmena/PyForbes
$ cd pyforbes
$ python setup.py install