Skip to content

Commit 72a7b41

Browse files
docs: enhance clarity and consistency in README by correcting platform capitalization (#21493)
* docs: improve consistency by correcting Python and macOS capitalization * docs: fix capitalization from Jax to JAX for consistency
1 parent 8bb4b25 commit 72a7b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ as well as `tf.data` pipelines.
3535

3636
#### Minimal installation
3737

38-
Keras 3 is compatible with Linux and MacOS systems. For Windows users, we recommend using WSL2 to run Keras.
38+
Keras 3 is compatible with Linux and macOS systems. For Windows users, we recommend using WSL2 to run Keras.
3939
To install a local development version:
4040

4141
1. Install dependencies:
@@ -60,8 +60,8 @@ python pip_build.py --install
6060

6161
The `requirements.txt` file will install a CPU-only version of TensorFlow, JAX, and PyTorch. For GPU support, we also
6262
provide a separate `requirements-{backend}-cuda.txt` for TensorFlow, JAX, and PyTorch. These install all CUDA
63-
dependencies via `pip` and expect a NVIDIA driver to be pre-installed. We recommend a clean python environment for each
64-
backend to avoid CUDA version mismatches. As an example, here is how to create a Jax GPU environment with `conda`:
63+
dependencies via `pip` and expect a NVIDIA driver to be pre-installed. We recommend a clean Python environment for each
64+
backend to avoid CUDA version mismatches. As an example, here is how to create a JAX GPU environment with `conda`:
6565

6666
```shell
6767
conda create -y -n keras-jax python=3.10

0 commit comments

Comments
 (0)