jenkins-bot submitted this change.

View Change


Approvals: jenkins-bot: Verified JJMC89: Looks good to me, approved
[doc] Short description to install requirements

Bug: T356006
Change-Id: I8a576a4f6a8c951ba05595374a928e089e453370
---
M README.rst
1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index e80988e..82bea0a 100644
--- a/README.rst
+++ b/README.rst
@@ -51,12 +51,11 @@

.. code:: text

- pip install requests
- pip install packaging
git clone https://gerrit.wikimedia.org/r/pywikibot/core.git
cd core
git submodule update --init
- python pwb.py script_name
+ pip install -r requirements.txt
+ python pwb.py <script_name>

Or to install using PyPI (excluding scripts)


To view, visit change 994208. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I8a576a4f6a8c951ba05595374a928e089e453370
Gerrit-Change-Number: 994208
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged