jenkins-bot has submitted this change and it was merged. Change subject: Add some documentation to test.py about setting up on a Mac. ......................................................................
Add some documentation to test.py about setting up on a Mac. Change-Id: I9d3afcf387ed7d4edb51cbfe9126a4f08479fbc3 --- M maintenance/test.py 1 file changed, 8 insertions(+), 0 deletions(-) Approvals: Dr0ptp4kt: Looks good to me, approved jenkins-bot: Verified diff --git a/maintenance/test.py b/maintenance/test.py index f141ded..1a4d3bb 100644 --- a/maintenance/test.py +++ b/maintenance/test.py @@ -1,3 +1,11 @@ +# If you're on a Mac, you'll probably want to follow the instructions at +# https://iainhunter.wordpress.com/2012/11/08/howto-install-python3-pip3-tornado-on-mac/ +# to install python3 and pip3. Don't install Tornado unless you need it, though. +# After that, you'll need to install some packages if you don't already have them: +# sudo pip install BeautifulSoup4; sudo pip install requests; sudo pip install netaddr +# Finally, after commenting the last line of this file you can run python3 test.py + + from utils import * from netaddr import * from cidr import * -- To view, visit https://gerrit.wikimedia.org/r/69965 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9d3afcf387ed7d4edb51cbfe9126a4f08479fbc3 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/ZeroRatedMobileAccess Gerrit-Branch: master Gerrit-Owner: Dr0ptp4kt <[email protected]> Gerrit-Reviewer: Dr0ptp4kt <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
