mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-23 10:42:30 +01:00
README.md: Note pip3 as way to install
This commit is contained in:
parent
bbcebb25eb
commit
1036fe45b5
@ -11,7 +11,13 @@ instaloader is written in Python, thus ensure having
|
||||
If you intend to use this tool under Windows, it is highly recommended to first install
|
||||
[win-unicode-console](https://pypi.python.org/pypi/win_unicode_console).
|
||||
|
||||
After having [downloaded instaloader](https://github.com/Thammus/instaloader/releases), unzip it and
|
||||
If you have [pip](https://pypi.python.org/pypi/pip) installed, you may install instaloader using
|
||||
```
|
||||
pip3 install instaloader
|
||||
```
|
||||
|
||||
Alternatively, you may
|
||||
[download instaloader from github](https://github.com/Thammus/instaloader/releases), unzip it and
|
||||
invoke bundled `setup.py` (requiring [setuptools](https://pypi.python.org/pypi/setuptools)) to
|
||||
install it:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user