From 7e632f90eb4c86e406fc616dd0b0a8f548491d49 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sun, 14 Jul 2024 08:53:16 -0500 Subject: [PATCH] clarify libraries --- README.md | 2 +- setup/02_installing-python-libraries/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c433526..1aba86d 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Several folders contain optional materials as a bonus for interested readers: - **Setup** - [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) - **Chapter 2:** - [Comparing Various Byte Pair Encoding (BPE) Implementations](ch02/02_bonus_bytepair-encoder) diff --git a/setup/02_installing-python-libraries/README.md b/setup/02_installing-python-libraries/README.md index d951a77..3eec247 100644 --- a/setup/02_installing-python-libraries/README.md +++ b/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.)