You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Navigate to the directory that contains the downloaded package
$ cd path/to/package
# Install SensitiBot using pip
# Replace X.X.X with version to match the package's name
$ pip install sensitibot-X.X.X-py3-none-any.whl
Packaging with Poetry and installing
# Clone repository
$ git clone https://github.com/TFG-SensitiBot/SensitiBot.git
# Navigate to repository´s directory
$ cd SensitiBot
# Install Poetry
$ pip install poetry
# Create package using Poetry
$ python -m poetry build
# Navigate to directory dist
$ cd dist
# Install SensitiBot using pip
# Replace X.X.X with version to match the package's name
$ pip install sensitibot-X.X.X-py3-none-any.whl