🤬
  • Update README.md

    - Adds psutil (which was added in commit: 92db1b05)
    - Fixes a typo in the virtualenv folder paths.
  • Loading...
  • isaaclw committed with GitHub 7 years ago
    2cab0013
    1 parent 0a87a8d4
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 144 lines
    145 145  I also like MacPorts for native builds, so I might also use:
    146 146   
    147 147  ```
    148  -sudo port install py34-numpy py34-requests py34-psutil phantomjs
     148 +sudo port install py34-numpy py34-requests py34-psutil phantomjs psutil
    149 149  ```
    150 150   
    151 151  Figure out how to install these libraries on your OS, and the script will run.
    skipped 24 lines
    176 176   
    177 177  In order to isolate pip library files, virtualenv is convenient. If you prefer this method, you can follow the steps below:
    178 178  ```
    179  -pushd ~/.virtualenv/ && virtualenv -p python3 isp-pollute && popd
     179 +pushd ~/.virtualenvs/ && virtualenv -p python3 isp-pollute && popd
    180 180  workon isp-pollute
    181  -pip install numpy requests selenium Faker
     181 +pip install numpy requests selenium Faker psutil
    182 182  sudo apt-get install phantomjs
    183 183  ```
    184 184   
Please wait...
Page is in error, reload to recover