Skip to content

Commit e4879d5

Browse files
authored
Update README.md
1 parent 1087ce4 commit e4879d5

File tree

1 file changed

+2
-2
lines changed
  • AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted

1 file changed

+2
-2
lines changed

AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ conda activate jax
6969
**4. Clone the GitHub repository**
7070
```
7171
git clone https://github.com/google/jax.git
72-
cd jax
73-
export PYTHONPATH=$PYTHONPATH:$(pwd)
72+
cp -r jax/examples .
73+
export PYTHONPATH=$PYTHONPATH:$(pwd)
7474
```
7575
## Run the Sample
7676

0 commit comments

Comments
 (0)