Skip to content

Commit 5df666a

Browse files
authored
Update getting-started.md
1 parent 3ea96dd commit 5df666a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/getting-started.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Getting Started with MLC Script Automation
22

3+
## Install MLC Scripts
4+
```
5+
pip install mlc-scripts
6+
```
7+
8+
For more customized installation you can see [here](https://docs.mlcommons.org/mlcflow/install/)
9+
310
## Running MLC Scripts
411

512
To execute a simple script in MLC that captures OS details, use the following command:
@@ -12,7 +19,6 @@ mlcr detect,os -j
1219
This command gathers details about the system on which it's run, such as:
1320

1421
```json
15-
$ mlcr detect,os -j
1622
[2025-02-03 04:57:23,449 main.py:694 INFO] - Repos path for Index: /home/arjun/MLC/repos
1723
[2025-02-03 04:57:24,167 main.py:837 INFO] - Shared index for script saved to /home/arjun/MLC/repos/index_script.json.
1824
[2025-02-03 04:57:24,167 main.py:837 INFO] - Shared index for cache saved to /home/arjun/MLC/repos/index_cache.json.

0 commit comments

Comments
 (0)