Skip to content

Commit

Permalink
DEV: Add edge cli section link per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdtrejo committed Nov 15, 2024
1 parent 624bd20 commit 73539d1
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 6 deletions.
14 changes: 13 additions & 1 deletion Minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ and publish the image for use with Edge.

## Before you begin

Before starting, ensure you have the following installed:
Before starting, choose the approach that works best for you:

- **Try the new Edge CLI tool:** If you prefer a streamlined, automated
workflow, use the [Edge CLI](#develop-minimal-flask-based-app-example-with-the-edge-cli). This tool simplifies the process of creating,
managing, and publishing Edge applications.

- **Manual setup:** For a more hands-on approach, follow the steps in this
section. This involves configuring your development environment and Docker
manually.

### Required tools for the manual setup:

Ensure you have the following installed:

* [Docker](https://docker.com)
* [EDM](https://www.enthought.com/edm/), the Enthought Deployment Manager
Expand Down
12 changes: 11 additions & 1 deletion Panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ https://panel.holoviz.org/.

## Before you begin

Before starting, ensure you have the following installed:
- **Try the new Edge CLI tool:** If you prefer a streamlined, automated
workflow, use the [Edge CLI](#develop-panel-app-example-with-the-edge-cli). This tool simplifies the process of creating,
managing, and publishing Edge applications.

- **Manual setup:** For a more hands-on approach, follow the steps in this
section. This involves configuring your development environment and Docker
manually.

### Required tools for the manual setup:

Ensure you have the following installed:

* [Docker](https://docker.com)
* [EDM](https://www.enthought.com/edm/), the Enthought Deployment Manager
Expand Down
12 changes: 11 additions & 1 deletion Plotly Dash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ https://plotly.com/dash/.

## Before you begin

Before starting, ensure you have the following installed:
- **Try the new Edge CLI tool:** If you prefer a streamlined, automated
workflow, use the [Edge CLI](#develop-plotly-dash-app-example-with-the-edge-cli). This tool simplifies the process of creating,
managing, and publishing Edge applications.

- **Manual setup:** For a more hands-on approach, follow the steps in this
section. This involves configuring your development environment and Docker
manually.

### Required tools for the manual setup:

Ensure you have the following installed:

* [Docker](https://docker.com)
* [EDM](https://www.enthought.com/edm/), the Enthought Deployment Manager
Expand Down
12 changes: 11 additions & 1 deletion React/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ Tips for using React (and Flask) when building an Edge native app:

## Before you begin

Before starting, ensure you have the following installed:
- **Try the new Edge CLI tool:** If you prefer a streamlined, automated
workflow, use the [Edge CLI](#develop-react-app-example-with-the-edge-cli). This tool simplifies the process of creating,
managing, and publishing Edge applications.

- **Manual setup:** For a more hands-on approach, follow the steps in this
section. This involves configuring your development environment and Docker
manually.

### Required tools for the manual setup:

Ensure you have the following installed:

* [Docker](https://docker.com)
* [Node JS](https://nodejs.org)
Expand Down
13 changes: 11 additions & 2 deletions Streamlit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ library. You can read more about Streamlit at their official site:
https://streamlit.io/.



## Before you begin

Before starting, ensure you have the following installed:
- **Try the new Edge CLI tool:** If you prefer a streamlined, automated
workflow, use the [Edge CLI](#develop-streamlit-app-example-with-the-edge-cli). This tool simplifies the process of creating,
managing, and publishing Edge applications.

- **Manual setup:** For a more hands-on approach, follow the steps in this
section. This involves configuring your development environment and Docker
manually.

### Required tools for the manual setup:

Ensure you have the following installed:

* [Docker](https://docker.com)
* [EDM](https://www.enthought.com/edm/), the Enthought Deployment Manager
Expand Down

0 comments on commit 73539d1

Please sign in to comment.