InstallationΒΆ

There are two ways how to install FacebookPostsAnalysis:

  1. Installation directly from TestPyPI, using the following command:
python -m pip install --extra-index-url \
https://testpypi.python.org/pypi FacebookPostsAnalysis
  1. If any problem occurred, please follow these steps:
    • Download FacebookPostsAnalysis directly from TestPyPI here.
    • Unpack the download .tar.gz file.
    • Use the following command in the FacebookPostsAnalysis directory:
python setup.py install

Please note that FacebookPostsAnalysis requires at least Python 3.6 to be installed to run properly!

Please proceed to Configuration.