python_OpenCV4_programming 参考書籍:Pythonで始めるOpenCV 4プログラミング 仮想環境の立ち上げ source opencvEnv/bin/activate 環境の設定ファイルを書き出し pip freeze > requirements.txt 設定ファイルからモジュールのインストール pip install -r requirements.txt