We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c055e77 commit 53f1889Copy full SHA for 53f1889
docs/source/index.rst
@@ -26,19 +26,9 @@ Installation
26
After changing your directory to project root, you can
27
install the package by running the following command,
28
29
-``python -m pip install .``
+``pip install cz-pydatastructs``
30
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``.
+Make sure that your python version is at least ``3.5``.
42
43
Why do we use Python?
44
=====================
0 commit comments