terminalを開く
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | Python
を実行してpoetryをダウンロードする。
terminal内で、ネットからダウンロードしたnikonscrapingのファイルに移動する。
poetry install
を実行する。これでコードを動かすために必要なプログラムが自動でダウンロードされる。
pythonが書いてあるファイルはscraping.py
これを実行してスクレイピングできる。