# NOT RUN {
# install spaCy in a miniconda environment (macOS and Linux)
spacy_install(lang_models = c("en", "de"), prompt = FALSE)
# install spaCy to an existing conda environment
spacy_install(conda = "~/anaconda/bin/")
# }
# NOT RUN {
# }
# NOT RUN {
# install spaCy in a virtualenv environment
spacy_install_virtualenv(lang_models = c("en"))
# }
Run the code above in your browser using DataLab