Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の状況: 別のサーバー上のコンピューターと同じ依存関係が必要です。
だから私は自分のコンピュータでこれをしました:
pip freeze > requirements.txt
リモートサーバーよりも:
requirements.txtOS全体から要件をインストールしたい。これどうやってするの?
requirements.txt