Skip to content

Commit 53f1889

Browse files
committed
Updated installation instructions on website
1 parent c055e77 commit 53f1889

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/source/index.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,9 @@ Installation
2626
After changing your directory to project root, you can
2727
install the package by running the following command,
2828

29-
``python -m pip install .``
29+
``pip install cz-pydatastructs``
3030

31-
For development purposes, you can use the option `e` as shown below,
32-
33-
``python -m pip install -e .``
34-
35-
For building documentation execute the following commands one after
36-
the other,
37-
38-
1. ``pip install -r docs/requirements.txt``
39-
2. ``sphinx-build -b html docs/source/ docs/build/html``
40-
41-
Make sure that your python version is at least ``3.8``.
31+
Make sure that your python version is at least ``3.5``.
4232

4333
Why do we use Python?
4434
=====================

0 commit comments

Comments
 (0)