cd /xxx/bnbch
mkdir csv
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt update sudo apt -f install -y
#if you need "unzip" sudo apt install unzip wget https://chromedriver.storage.googleapis.com/<chromedriver version (ex. 2.31)>/chromedriver_linux64.zip unzip chromedriver_linux64.zip -d ~/bin/
#if you type git clone this repository, you do NOT type the command. as below; pip install selenium
cf. reference https://qiita.com/shinsaka/items/37436e256c813d277d6d
python -m venv <x: name of virtual environment ex) python version>
source x/bin/activate
pip install -r requirements.txt
python --version Python 3.6.5 Ubuntu 16.04
plz give me comments!