Shiminsh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/170005

Change subject: Added instruction to install pywikibot through pip
......................................................................

Added instruction to install pywikibot through pip

Change-Id: I73ea09cb4f3de79d2ef4182095bec3d92ba86eff
---
M README.rst
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/05/170005/1

diff --git a/README.rst b/README.rst
index 131da86..1d76ab9 100644
--- a/README.rst
+++ b/README.rst
@@ -16,6 +16,17 @@
     git submodule update --init
     python pwb.py script_name
 
+Alternatively you can also install pywikibot through pip,
+
+Installation
+------------
+
+::
+
+    $ sudo pip install pywikibot
+    If it gives ssl certificate error after running any script then do this,
+    `chmod 644 
/usr/lib/python2.7/dist-packages/httplib2-0.8-py2.7.egg/httplib2/cacerts.txt`
+
 Our `installation
 guide 
<https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Pywikibot/Installation>`_
 has more details for advanced usage.

-- 
To view, visit https://gerrit.wikimedia.org/r/170005
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I73ea09cb4f3de79d2ef4182095bec3d92ba86eff
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Shiminsh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to