Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ to mark up the Python code for further performance analysis using performance an
or others.

NOTE: For compatibility and smooth migration with earlier versions of Python bindings([itt-python](https://github.com/oleksandr-pavlyk/itt-python/)), please replace `import itt` with `import ittapi.compat as itt`. For more details about `ittapi.compat`, visit [ittapi.compat page](./ittapi/compat/README.md).

ittapi supports following ITT APIs:
- Collection Control API
- Domain API
Expand Down Expand Up @@ -61,8 +60,7 @@ for `ittapi.task` in the same way as for the decorator form.

## Installation

ittapi package is available on PyPi and can be installed in the usual way for the supported configurations:

ittapi package is available on PyPI and can be installed in the usual way for the supported configurations:
pip install ittapi

## Build
Expand Down