mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
Add basic package version notice to README.rst (#465)
This commit is contained in:
parent
9e88e7a344
commit
794aace0bc
@ -49,6 +49,11 @@ Be sure the Python interpreter used for pip_ is version 3.4 or higher.
|
||||
You might have to use :code:`pip3` or :code:`python3 -m pip`
|
||||
depending on your system's defaults.
|
||||
|
||||
Please note that for optimal operation using the latest version of pip_ is advised,
|
||||
including the essential packages :code:`setuptools` and :code:`wheel`.
|
||||
To ensure that these packages are up-to-date (this applies to all platforms), please run
|
||||
:code:`python -m pip install --upgrade pip setuptools wheel`
|
||||
|
||||
|
||||
From Source
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user