Skip to content

Instantly share code, notes, and snippets.

@iwasakishuto
Created May 12, 2021 04:06
Show Gist options
  • Save iwasakishuto/8bbb6ab36a4b253b9be5343b49bea024 to your computer and use it in GitHub Desktop.
Save iwasakishuto/8bbb6ab36a4b253b9be5343b49bea024 to your computer and use it in GitHub Desktop.
for package in $(cat requirements.txt); do poetry add "${package}"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment