Improve README.md Installation section (#690)

Clone and install manually is duplicated in 2 places and can be merged.
This commit is contained in:
Peter Dave Hello
2022-10-04 18:46:34 +08:00
committed by GitHub
parent 0a628d2b8f
commit 08bba20003
+1 -4
View File
@@ -57,10 +57,6 @@ Also you can run Maigret using cloud shells and Jupyter notebooks (see buttons b
# install from pypi
pip3 install maigret
# or clone and install manually
git clone https://github.com/soxoj/maigret && cd maigret
pip3 install .
# usage
maigret username
```
@@ -68,6 +64,7 @@ maigret username
### Cloning a repository
```bash
# or clone and install manually
git clone https://github.com/soxoj/maigret && cd maigret
pip3 install -r requirements.txt