Skip to content

Commit 18abffc

Browse files
Fix installation command in README (#298)
* Fix installation command in README
1 parent 8add548 commit 18abffc

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
@@ -76,7 +76,7 @@ The official distribution is on GitHub, and you can clone the repository using
7676
To install the package just type:
7777

7878
```bash
79-
> python setup.py install
79+
> pip install .
8080
```
8181

8282
To uninstall the package you have to rerun the installation and record the installed files in order to remove them:

0 commit comments

Comments
 (0)