Last active
June 9, 2021 02:06
-
-
Save kurozumi/65cc02fc3bf8962b6a30 to your computer and use it in GitHub Desktop.
【Python】pipでインストールした全てのパッケージをほかの環境にインストールする方法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pip install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment