Skip to content

Commit 5d90751

Browse files
committed
readme: updated readme to reflect the latest released version
1 parent 15ab7bf commit 5d90751

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,19 @@ data.compute_clustering_ADP()
7373
# Installation
7474
The 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.
7575
For 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

7879
The 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
8384
pip install dadapy
8485
```
8586

8687
To 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
9091
git clone https://github.com/sissa-data-science/DADApy.git

0 commit comments

Comments
 (0)