Skip to content

Commit

Permalink
adding build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 23, 2019
1 parent f4fd934 commit 63688f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# mkl-service

Python hooks for Intel(R) Math Kernel Library runtime control settings.
# ``mkl-service`` - Python package for run-time control of Intel(R) Math Kernel Library.
[![Build Status](https://travis-ci.com/IntelPython/mkl-service.svg?branch=master)](https://travis-ci.com/IntelPython/mkl-service)

See the [blog](https://software.intel.com/en-us/blogs/2018/10/18/mkl-service-package-controlling-mkl-behavior-through-python-interfaces) announcing the release.

To install the package, use `conda install -c intel mkl-service`.
To install the package, use `conda install -c intel mkl-service`, or `conda install -c conda-forge mkl-service`.

A short example, illustrating it use:

Expand Down

0 comments on commit 63688f0

Please sign in to comment.