Skip to content

Commit ba64dae

Browse files
authored
Merge pull request #24 from IntelPython/xaleryb-patch-1
Update README.md
2 parents 4a33fad + 560880f commit ba64dae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Run benchmark tests](https://github.com/IntelPython/optimizations_bench/actions/workflows/run_tests.yaml/badge.svg)](https://github.com/IntelPython/optimizations_bench/actions/workflows/run_tests.yaml)
22

33
# Optimization Benchmarks
4-
Collection of performance benchmarks used to present optimizations implemented for Intel(R) Distribution for Python*
4+
Collection of performance benchmarks used to present optimizations implemented for Intel(R) Distribution for Python*.
55

66
## Environment Setup
77
To install Python environments from Intel channel along with pip-installed packages

environments/intel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: intel_env
22
channels:
3-
- intel
3+
- https://software.repos.intel.com/python/conda/
44
- conda-forge
55
- nodefaults
66
dependencies:

environments/stock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stock_env
22
channels:
3-
- intel
3+
- https://software.repos.intel.com/python/conda/
44
- conda-forge
55
- nodefaults
66
dependencies:

0 commit comments

Comments
 (0)