Pārlūkot izejas kodu

clarify libraries

rasbt 1 gadu atpakaļ
vecāks
revīzija
7e632f90eb
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      README.md
  2. 1 1
      setup/02_installing-python-libraries/README.md

+ 1 - 1
README.md

@@ -94,7 +94,7 @@ Several folders contain optional materials as a bonus for interested readers:
 
 
 - **Setup**
 - **Setup**
   - [Python Setup Tips](setup/01_optional-python-setup-preferences)
   - [Python Setup Tips](setup/01_optional-python-setup-preferences)
-  - [Installing Libraries Used In This Book](setup/02_installing-python-libraries)
+  - [Installing Python Packages and Libraries Used In This Book](setup/02_installing-python-libraries)
   - [Docker Environment Setup Guide](setup/03_optional-docker-environment)
   - [Docker Environment Setup Guide](setup/03_optional-docker-environment)
 - **Chapter 2:**
 - **Chapter 2:**
   - [Comparing Various Byte Pair Encoding (BPE) Implementations](ch02/02_bonus_bytepair-encoder)
   - [Comparing Various Byte Pair Encoding (BPE) Implementations](ch02/02_bonus_bytepair-encoder)

+ 1 - 1
setup/02_installing-python-libraries/README.md

@@ -1,4 +1,4 @@
-# Installing Libraries Used In This Book
+# Installing Python Packages and Libraries Used In This Book
 
 
 This document provides more information on double-checking your installed Python version and packages. (Please see the [../01_optional-python-setup-preferences](../01_optional-python-setup-preferences) folder for more information on installing Python and Python packages.)
 This document provides more information on double-checking your installed Python version and packages. (Please see the [../01_optional-python-setup-preferences](../01_optional-python-setup-preferences) folder for more information on installing Python and Python packages.)