Skip to content

Instantly share code, notes, and snippets.

@tianhuil
Last active November 25, 2021 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianhuil/b7c70f6abba345bf081b31bbd4bf57e1 to your computer and use it in GitHub Desktop.
Save tianhuil/b7c70f6abba345bf081b31bbd4bf57e1 to your computer and use it in GitHub Desktop.
Poetry Install
# Poetry needs to be installed globally
poetry init
poetry add \
matplotlib \
pandas \
wordcloud \
tqdm \
python-dotenv \
invoke \
smart_open \
beautifulsoup4 \
requests
poetry add -D \
ipykernel \
ipython \
jupyter \
black \
pytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment