From 4989ff8133e8891ae9f9056a90110c0c8b17749a Mon Sep 17 00:00:00 2001 From: Jason Vander Heiden Date: Tue, 19 Nov 2024 17:54:24 -0800 Subject: [PATCH] Update installation instructions --- docs/install.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 77a95f7..90a1371 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,9 +6,16 @@ Installation and Setup Installing the SCimilarity API -------------------------------------------------------------------------------- -The SCimilarity API is under activate development. The latest API release can be -downloaded from `GitHub `__. -Installation is quick and performed using ``pip`` in the usual manner: +The latest API release can be installed quickly using ``pip`` in the +usual manner: + +:: + + pip install scimilarity + +The SCimilarity API is under activate development. The latest development API +can be downloaded from `GitHub `__ +and installed as follows: ::