Skip to content

Commit

Permalink
show workaround for lack of pip-install --ignore-errors; shows nltk d…
Browse files Browse the repository at this point in the history
…ownload required; adds colout
  • Loading branch information
Tom O'Hara committed Sep 1, 2023
1 parent 115b783 commit b1b14ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
# pip install --verbose $(perl -pe 's/^#opt#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#')
# 3. Full (i.e., including all optional):
# pip install --verbose $(perl -pe 's/^#full#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#')
# # TODO2: --ignore-errors [maldito pip]
# perl -pe 's/^#full#\s*//;' ~/python/Mezcla/requirements.txt | grep -v '^#' | xargs -I '{}' pip install '{}'
# - use `pip freeze` to get current list of package specifications (n.b., >= better than == unless specific version needed)
# - installing textract from PyPI fails https://github.com/deanmalmgren/textract/issues/461
#
# Installation:
# - python -m nltk.downloader punkt averaged_perceptron_tagger
#
# TODO:
# - check absl module ($ grep -r "absl" .)
# - add support for this to setup.py
Expand Down Expand Up @@ -65,6 +70,7 @@ xgboost
#opt# SpeechRecognition
#opt# accelerate
#opt# bash_kernel
#opt# colout
#opt# coverage
#opt# datasets
#opt# diffusers
Expand Down

0 comments on commit b1b14ce

Please sign in to comment.