jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/994208?usp=email )

Change subject: [doc] Short description to install requirements
......................................................................

[doc] Short description to install requirements

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

Approvals:
  jenkins-bot: Verified
  JJMC89: Looks good to me, approved




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 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/994208?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I8a576a4f6a8c951ba05595374a928e089e453370
Gerrit-Change-Number: 994208
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: JJMC89 <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to