Created
April 12, 2023 21:03
-
-
Save brinnaebent/9198b955973981cb54d8cee3af768282 to your computer and use it in GitHub Desktop.
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
mkdir package_layer | |
cd package_layer | |
mkdir python | |
pip install package -t python/ | |
zip -r9 ~/path_to_zip/package_layer.zip python/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment