Skip to content

Commit cc202e5

Browse files
authored
Update README.md (#1097)
change the install setup to pip install .
1 parent 0aab4e0 commit cc202e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ git clone https://github.com/graspologic-org/graspologic
6363
cd graspologic
6464
python3 -m venv venv
6565
source venv/bin/activate
66-
python3 setup.py install
66+
pip install .
6767
```
6868

6969
# Contributing

0 commit comments

Comments
 (0)