Skip to content

Commit ed00798

Browse files
authored
Merge pull request #179 from dianna-ai/145_improve_install_readme
improve the installation section of the readme
2 parents aeb0d52 + 225e363 commit ed00798

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,16 @@ Solutions:
5858

5959
## Installation
6060

61-
To install DIANNA directly from the GitHub repository, do:
61+
DIANNA can be installed from PyPI using [pip](https://pip.pypa.io/en/stable/installation/) on any of the supported Python versions (see badge):
6262

6363
```console
64-
python3 -m pip install git+https://github.com/dianna-ai/dianna.git
64+
python3 -m pip install dianna
6565
```
6666

67-
For development purposes, when you first clone the repository locally, it may be more convenient to install in editable mode using pip's `-e` flag:
67+
To install the most recent development version directly from the GitHub repository run:
6868

6969
```console
70-
git clone https://github.com/dianna-ai/dianna.git
71-
cd dianna
72-
python3 -m pip install -e .
70+
python3 -m pip install git+https://github.com/dianna-ai/dianna.git
7371
```
7472

7573

0 commit comments

Comments
 (0)