This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add installation guide for VS code extension (#2223)
* add installation guide for VS code extension
- Loading branch information
1 parent
590b4da
commit c758e19
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# OpenPAI VS Code Client | ||
|
||
## Installation | ||
|
||
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. | ||
|
||
More information please refer to the [Visual Studio Code Official Site](https://code.visualstudio.com/). | ||
|
||
OpenPAI Client is a VS Code extension to connect PAI clusters, submit AI jobs, and manage files on HDFS, etc. You need to install the extension in VS code before using it. | ||
|
||
To install the OpenPAI Client: | ||
1. Launch VS Code. | ||
2. Click the "Extensions" icon in Activity Bar or press **Ctrl+Shift+X** to bring up the Extensions view. | ||
3. Input **openpai** in the text box, the OpenPAI VS Code Client will appear in the result list. | ||
4. Click the **Install** button. The extension will be installed. | ||
5. After a successful installation, you will see an introduction page. Follow the instructions there and try the PAI client. | ||
|
||
![Extension](./assets/ext-install-1.png) | ||
|
||
## Next steps | ||
Learn how to [use OpenPAI VS Code Client](./README.md) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.