🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 135 lines
    136 136  I like `pip`, so on my machines I would say:
    137 137   
    138 138  ```
    139  -sudo pip-3.4 install numpy requests selenium fake_useragent OpenSSL
     139 +sudo pip-3.7 install numpy requests selenium fake_useragent OpenSSL
    140 140  ```
    141 141   
    142 142  ## ChromeDriver
    skipped 5 lines
    148 148  The [MacPorts](https://www.macports.org) install command is:
    149 149   
    150 150  ```
    151  -sudo port install chromedriver py36-numpy py36-requests py36-psutil py36-openssl psutil
     151 +sudo port install chromedriver py37-numpy py37-requests py37-psutil py37-openssl psutil
    152 152  ```
    153 153   
    154 154  This is what was also necessary on macOS:
    155 155   
    156 156  ```
    157 157  sudo port install chromedriver
    158  -sudo -H pip-3.6 install selenium fake_useragent
     158 +sudo -H pip-3.7 install selenium fake_useragent
    159 159   
    160 160  # if chromedriver fails to install because of an Xode configuration error: test with
    161 161  /usr/bin/xcrun -find xcrun
    skipped 72 lines
Please wait...
Page is in error, reload to recover