1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-08-19 13:19:37 +02:00

README.md: Note pip3 as way to install

This commit is contained in:
Alexander Graf 2016-09-18 17:44:27 +02:00
parent bbcebb25eb
commit 1036fe45b5

View File

@ -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 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). [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 invoke bundled `setup.py` (requiring [setuptools](https://pypi.python.org/pypi/setuptools)) to
install it: install it:
``` ```