>>123
requirements.txtで一回出力してインストールすれば良い
pip freeze > requirements.txt
pip install -r requirements.txt

詳細はpython requirements.txtでググれ