Skip to content

Commit

Permalink
add tray installation method in base install
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed Feb 29, 2024
1 parent ef378ee commit 6f774b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/component-library/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Replace `component-lib-name` with the name of the component library you wish to

## Installation using the Xircuits Library Interface

Alternatively, you can install libraries using the component library tray interface within Xircuits. Open Xircuits, navigate to the library tray, and look for libraries listed under `Available for Installation`, which are colored in white to indicate they are remote components. Right-click on a library and select the `Install` option. The library repository will be cloned to the xai_components directory, and you will be prompted to choose a kernel. This kernel will execute the pip install command, allowing you to monitor the installation progress.
Alternatively, you can install libraries using the component library tray interface within Xircuits. Open Xircuits, navigate to the library tray, and look for libraries listed under `Available for Installation`. Libraries in white are remote and can be installed. Right-click on a library and select the `Install` option. The library repository will be cloned to the xai_components directory, and you will be prompted to choose a kernel. This kernel will execute the pip install command, allowing you to monitor the installation progress.

![project-template](/img/docs/component-library/install-from-tray.gif)

Expand Down
2 changes: 1 addition & 1 deletion docs/main/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Installing these libraries is straightforward. For example, to use the Pytorch c
xircuits install pytorch
```

To explore and install other component libraries, check out the full list on the [component libraries page](https://github.com/XpressAI/xircuits/blob/master/xai_components#external-library).
To explore and install other component libraries, check out the full list on the [component libraries page](https://github.com/XpressAI/xircuits/blob/master/xai_components#external-library). The components listed here may also be installed via [component library interface](../component-library/installation.md#installation-using-the-xircuits-library-interface).

## Launch

Expand Down

0 comments on commit 6f774b1

Please sign in to comment.