Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 829 Bytes

windows.md

File metadata and controls

22 lines (18 loc) · 829 Bytes

#Windows User ##Recommended software packages and installation steps

  • Download and install Miniconda or Anaconda

    • Install Python's preferred installer program (pip):
    conda install pip
    
    • Install python packages:
    pip install Crypto selenium splinter
    
  • Download and install PhantomJS

    • Extract 'phantomjs-#.#.#-windows.zip';
    • Check the extracted '../phantomjs-#.#.#-windows/..' folder
    • Check '../bin/..' folder
    • Copy 'phantomjs.exe' to 'C:\Anaconda2\Scripts'
  • (Optional) Download and install Cygwin