Skip to content

Commit 08bba20

Browse files
Improve README.md Installation section (soxoj#690)
Clone and install manually is duplicated in 2 places and can be merged.
1 parent 0a628d2 commit 08bba20

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,14 @@ Also you can run Maigret using cloud shells and Jupyter notebooks (see buttons b
5757
# install from pypi
5858
pip3 install maigret
5959

60-
# or clone and install manually
61-
git clone https://github.com/soxoj/maigret && cd maigret
62-
pip3 install .
63-
6460
# usage
6561
maigret username
6662
```
6763

6864
### Cloning a repository
6965

7066
```bash
67+
# or clone and install manually
7168
git clone https://github.com/soxoj/maigret && cd maigret
7269
pip3 install -r requirements.txt
7370

0 commit comments

Comments
 (0)