scrapy version check with CLI mode admin December 24, 2018 Python 0 Comments It’s very simple, just run below command.>>> scrapy version Related Posts ‘pip’ is not recognized as an internal or external command in Python zendnwar March 1, 2016 pip now comes bundled with new versions of python: Need to add the path for pip installation to .. Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & ..