Skip to content

Commit b92d073

Browse files
authored
docs: update installation commands (#403)
`setup.py` has been removed.
1 parent 5d9a63f commit b92d073

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ One can download the source code of dpdata by
77
```bash
88
git clone https://github.com/deepmodeling/dpdata.git dpdata
99
```
10-
then use `setup.py` to install the module
10+
then use `pip` to install the module from source
1111
```bash
1212
cd dpdata
13-
python setup.py install
13+
pip install .
1414
```
1515

16-
`dpdata` can also by install via pip
16+
`dpdata` can also by install via pip without source
1717
```bash
18-
pip3 install dpdata
18+
pip install dpdata
1919
```
2020

2121

0 commit comments

Comments
 (0)