InstallationΒΆ
There are two ways how to install FacebookPostsAnalysis:
- Installation directly from TestPyPI, using the following command:
python -m pip install --extra-index-url \
https://testpypi.python.org/pypi FacebookPostsAnalysis
- 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.