File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,19 @@ data.compute_clustering_ADP()
7373# Installation
7474The package is compatible with Python >= 3.7 (tested on 3.7, 3.8 and 3.9). We currently only support Unix-based systems, including Linux and macOS.
7575For Windows-machines we suggest using the [ Windows Subsystem for Linux (WSL)] ( https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux ) .
76- The exact list of dependencies are given in setup.py and all of them will be automatically installed during setup.
76+
77+ The package requires ` numpy ` , ` scipy ` and ` scikit-learn ` , and ` matplotlib ` for the visualisations.
7778
7879The package contains Cython-generated C extensions that are automatically compiled during install.
7980
80- The latest stable release is (not yet!) available through pip: (add the ` --user ` flag if root access is not available
81+ The latest release is available through pip
8182
8283``` sh
8384pip install dadapy
8485```
8586
8687To install the latest development version, clone the source code from github
87- and install with pip from local file:
88+ and install it with pip as follows
8889
8990``` sh
9091git clone https://github.com/sissa-data-science/DADApy.git
You can’t perform that action at this time.
0 commit comments