diff --git a/first_5_steps/1_install_tt_buda.md b/first_5_steps/1_install_tt_buda.md index d6982ee5..06a8c4f1 100644 --- a/first_5_steps/1_install_tt_buda.md +++ b/first_5_steps/1_install_tt_buda.md @@ -142,7 +142,7 @@ source env/bin/activate ```bash pip install --upgrade pip==24.0 -pip install pybuda-.whl tvm-.whl torchvision-.whl +pip install torchvision-.whl pybuda-.whl tvm-.whl ``` The `pybuda-.whl` file contains the PyBuda library, the `tvm-.whl` file contains the latest TVM downloaded release, and the `torchvision-.whl` file bundles the torchvision library.