これは .ごっ!のアドベントカレンダー の13日目の記事です。
Pipfile.lock
ファイルから requirements.txt
ファイルを生成する方法は以下のコマンドを実行します。
$ pipenv requirements > requirements.txt
開発モジュールを含める場合は --dev
オプションも付けます。
$ pipenv requirements --dev > requirements.txt
これは .ごっ!のアドベントカレンダー の13日目の記事です。
Pipfile.lock
ファイルから requirements.txt
ファイルを生成する方法は以下のコマンドを実行します。
$ pipenv requirements > requirements.txt
開発モジュールを含める場合は --dev
オプションも付けます。
$ pipenv requirements --dev > requirements.txt
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Adrian Machado -
John Ajera -
Luca Liu -
John Ajera -
Top comments (0)