@@ -22,33 +22,34 @@ Install:
22
22
23
23
1. From PyPI (**recommended **)
24
24
25
- .. code-block ::
25
+ .. code-block ::
26
+
27
+ pip install datumaro[default]
26
28
27
- pip install datumaro[default]
28
29
29
30
Alternatively, for zsh users:
30
31
31
- .. code-block ::
32
+ .. code-block ::
32
33
33
- pip install 'datumaro[default]'
34
+ pip install 'datumaro[default]'
34
35
35
36
36
37
2. From the GitHub repository (**not recommended, for advanced users **)
37
38
38
- Installation from the repository source is not recommended.
39
- This is because it requires that C++ and Rust build systems are prepared in your local environment before installation.
40
- Datumaro includes C++ and Rust implementations to accelerate some workloads to overcome Python's innate slowness.
39
+ Installation from the repository source is not recommended.
40
+ This is because it requires that C++ and Rust build systems are prepared in your local environment before installation.
41
+ Datumaro includes C++ and Rust implementations to accelerate some workloads to overcome Python's innate slowness.
41
42
42
- .. code-block ::
43
+ .. code-block ::
43
44
44
- # Prerequisite (For Unix-like systems)
45
- # Install C++ build system
46
- sudo apt-get install build-essential
47
- # Install Rust build system
48
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
45
+ # Prerequisite (For Unix-like systems)
46
+ # Install C++ build system
47
+ sudo apt-get install build-essential
48
+ # Install Rust build system
49
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
49
50
50
- # Install from the GitHub repository
51
- pip install 'datumaro[default] @ git+https://github.com/openvinotoolkit/datumaro'
51
+ # Install from the GitHub repository
52
+ pip install 'datumaro[default] @ git+https://github.com/openvinotoolkit/datumaro'
52
53
53
54
54
55
Plugins
0 commit comments