Installation
Installation of text_sensitivity requires Python 3.8 or higher.
1. Python installation
Install Python on your operating system using the Python Setup and Usage guide.
2. Installing text_sensitivity
text_sensitivity can be installed:
using pip: pip3 install (released on [PyPI](https://pypi.org/project/text-sensitivity/))
locally: cloning the repository and using
python3 setup.py install
Using pip
Open up a
terminal(Linux / macOS) orcmd.exe/powershell.exe(Windows)Run the command:
pip3 install text_sensitivity, orpip install text_sensitivity.
user@terminal:~$ pip3 install text_sensitivity
Collecting text_sensitivity
...
Installing collected packages: text-sensitivity
Successfully installed text-sensitivity
Locally
Download the folder from
GitLab/GitHub:Clone this repository, or
Download it as a
.zipfile and extract it.
Open up a
terminal(Linux / macOS) orcmd.exe/powershell.exe(Windows) and navigate to the folder you downloadedtext_sensitivityin.In the main folder (containing the
setup.pyfile) run:python3 setup.py install, orpython setup.py install.
user@terminal:~$ cd ~/text_sensitivity
user@terminal:~/text_explanability$ python3 setup.py install
running install
running bdist_egg
running egg_info
...
Finished processing dependencies for text-sensitivity