Skip to content

Commit 0deb8ef

Browse files
author
Tyler Titsworth
authored
Update README.md
Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent d4e0f3d commit 0deb8ef

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

python/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Intel® Distribution for Python
1+
# Intel® Distribution for Python*
22

3-
[Intel® Distribution for Python] enhances performance and can improve your program speed from 10 to 100 times faster. It is a Python distribution that includes the [Intel® Math Kernel Library] (oneMKL) and other Intel performance libraries to enable near-native performance through acceleration of core numerical and machine learning packages.
3+
[Intel® Distribution for Python*] enhances performance and can improve your program speed from 10 to 100 times faster. It is a Python* distribution that includes the [Intel® Math Kernel Library] (oneMKL) and other Intel performance libraries to enable near-native performance through acceleration of core numerical and machine learning packages.
44

55
## Images
66

7-
The images below include variations for only the core packages in the [Intel® Distribution for Python] installation, or all of the packages.
7+
The images below include variations for only the core packages in the [Intel® Distribution for Python*] installation, or all of the packages.
88

99
| Tag(s) | IDP |
1010
| ---------------------- | ---------- |
@@ -29,6 +29,7 @@ docker run --rm -it \
2929
In the previous command, you should see a result at the bottom like: `Time Consuming: 0.03897857666015625`. We can compare this against `python:3.11-slim-bullseye`
3030

3131
```bash
32+
# Use the working directory from the above command
3233
docker run --rm -it \
3334
-v $PWD/tests:/tests \
3435
python:3.11-slim-bullseye \
@@ -51,8 +52,8 @@ You can find the list of services below for each container in the group:
5152

5253
| Service Name | Description |
5354
| ------------ | ------------------------------------------------------------------- |
54-
| `idp` | Base image with [Intel® Distribution for Python] |
55-
| `pip` | Equivalent python image without [Intel® Distribution for Python] |
55+
| `idp` | Base image with [Intel® Distribution for Python*] |
56+
| `pip` | Equivalent python image without [Intel® Distribution for Python*] |
5657

5758

5859
## License
@@ -65,5 +66,5 @@ It is the image user's responsibility to ensure that any use of The images below
6566

6667
<!--Below are links used in these document. They are not rendered: -->
6768

68-
[Intel® Distribution for Python]: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html#gs.9bos9m
69+
[Intel® Distribution for Python*]: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html#gs.9bos9m
6970
[Intel® Math Kernel Library]: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html

0 commit comments

Comments
 (0)