Skip to content

Commit a3feed3

Browse files
authored
Merge pull request #68 from neo4j/installation-docs
Add content to Installation docs page
2 parents a39d4f0 + 47e0bd2 commit a3feed3

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

docs/source/installation.rst

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
11
Installation
2-
------------
2+
============
3+
4+
5+
To install the latest version of the library, you can simply run:
6+
7+
.. code-block:: bash
8+
9+
pip install neo4j-viz
10+
11+
12+
Optional dependencies
13+
---------------------
14+
15+
In addition, there are a few optional dependencies that you can install to enable additional features of the library.
16+
17+
18+
Pandas `from_dfs` importer
19+
~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
21+
To install the additional dependencies required for the :doc:`from_dfs importer <./api-reference/from_pandas>` you can run:
22+
23+
.. code-block:: bash
24+
25+
pip install neo4j-viz[pandas]
26+
27+
28+
Neo4j Graph Data Science `from_gds` importer
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+
To install the additional dependencies required for the :doc:`from_gds importer <./api-reference/from_gds>` you can run:
32+
33+
.. code-block:: bash
34+
35+
pip install neo4j-viz[gds]
36+
37+
Notebook tutorials
38+
~~~~~~~~~~~~~~~~~~
39+
40+
To install all the additional dependencies required for the :doc:`notebook examples <./tutorials/index>` you can run:
41+
42+
.. code-block:: bash
43+
44+
pip install neo4j-viz[notebook]

0 commit comments

Comments
 (0)