$ pip list または $ pip freeze
$ pip freeze > save.log 別のマシンで $ pip install -r save.log
$ pip show selenium
$ pip install tensorflow-gpu==2.3.0