D:\pwb>pwb.py replace.py -family:wiktionary -lang:eo -start:! A B
ImportError: No module named requests
Python module requests is required.
Try running 'pip install requests'.
D:\pwb>pip install requests
D:\pwb>pwb.py replace.py -family:wiktionary -lang:eo -start:! A B
ImportError: No module named requests
Python module requests is required.
Try running 'pip install requests'.
D:\pwb>pip install requests