Created
November 23, 2021 04:58
-
-
Save Keiku/fbe1630980e397c37f021e3e7c038021 to your computer and use it in GitHub Desktop.
Update for pillow alerts on pipenv on Github
This file contains hidden or 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
# delete pillow package | |
emacs Pipfile | |
# delete below package | |
# [packages] | |
# pillow | |
pipenv clean | |
# install pillow package | |
emacs Pipfile | |
# add below package | |
# [packages] | |
# pillow = ">=8.3.2" | |
pipenv update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment