nlp-with-transformers / notebooks

Jupyter notebooks for the Natural Language Processing with Transformers book
https://transformersbook.com/
Apache License 2.0
3.7k stars 1.13k forks source link

fixed missing initial naming of the conda environment. No way to acti… #120

Open LilySu opened 10 months ago

LilySu commented 10 months ago

…vate book without having named it book from the beginning.

updated the initial command to set up the conda virtual environment: "conda env create -f environment.yml" to "conda env create -n book -f environment.yml" as well as book-chapter7 to maintain consistency with latter instructions.