diff --git a/README.md b/README.md index da8f7656d9..0c86c41ed2 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,12 @@ new_local_repository( bazel build //:libtorchtrt --compilation_mode opt ``` +### FX path (Python only) installation +If the user plan to try FX path (Python only) and would like to avoid bazel build. Please follow the steps below. +``` shell +cd py && python3 setup.py install --fx-only +``` + ### Debug build ``` shell @@ -316,4 +322,4 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) ## License -The Torch-TensorRT license can be found in the LICENSE file. It is licensed with a BSD Style licence \ No newline at end of file +The Torch-TensorRT license can be found in the LICENSE file. It is licensed with a BSD Style licence