Dr0ptp4kt has uploaded a new change for review. https://gerrit.wikimedia.org/r/69965
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ZeroRatedMobileAccess refs/changes/65/69965/1 diff --git a/maintenance/test.py b/maintenance/test.py index f141ded..ec0d1da 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, you will be able to run python3 test.py to run this script + + 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: newchange Gerrit-Change-Id: I9d3afcf387ed7d4edb51cbfe9126a4f08479fbc3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ZeroRatedMobileAccess Gerrit-Branch: master Gerrit-Owner: Dr0ptp4kt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
