From afe4228cfae1005b7c9929d5107eb7462e213696 Mon Sep 17 00:00:00 2001 From: vijay-jaisankar Date: Sat, 17 Jun 2023 11:51:35 +0530 Subject: [PATCH] docs: add PYPI link to the installation docs --- docs/INSTALL.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6838bde..a9a5c42 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -1,6 +1,6 @@ ## Installing the module -`pip install --upgrade ssbdplus` +From [PyPI](https://pypi.org/project/ssbdplus/): `pip install --upgrade ssbdplus` ### Note You will need to have the following packages installed in your environment diff --git a/setup.cfg b/setup.cfg index 3e595cf..7fe4f5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = ssbdplus version = 2.1.0 author = SARL, IIITB author_email = mr@iiitb.ac.in -description = Models pertaining to the paper, Introducing SSBD+ Dataset with an Attentive Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos +description = Models pertaining to the paper, Introducing SSBD+ Dataset with a Convolutional Pipeline for detecting Self-Stimulatory Behaviours in Children using raw videos long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/sarl-iiitb/ssbd-pipeline