mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Improve README.md Installation section (#690)
Clone and install manually is duplicated in 2 places and can be merged.
This commit is contained in:
@@ -57,10 +57,6 @@ Also you can run Maigret using cloud shells and Jupyter notebooks (see buttons b
|
|||||||
# install from pypi
|
# install from pypi
|
||||||
pip3 install maigret
|
pip3 install maigret
|
||||||
|
|
||||||
# or clone and install manually
|
|
||||||
git clone https://github.com/soxoj/maigret && cd maigret
|
|
||||||
pip3 install .
|
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
maigret username
|
maigret username
|
||||||
```
|
```
|
||||||
@@ -68,6 +64,7 @@ maigret username
|
|||||||
### Cloning a repository
|
### Cloning a repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# or clone and install manually
|
||||||
git clone https://github.com/soxoj/maigret && cd maigret
|
git clone https://github.com/soxoj/maigret && cd maigret
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user