Skip to content

Commit

Permalink
Normal changes in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: 10sharmashivam <[email protected]>
  • Loading branch information
10sharmashivam committed Oct 25, 2024
1 parent 3413396 commit bc6c08f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/flytekit-skyplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ The Flyte Skyplane Plugin provides an interface for transferring data between lo

## Installation

To install the plugin, you can add it as a dependency in your Flyte project. Make sure to include it in your `setup.py`.

```python
setup(
name='flytekit-skyplane',
version='0.1.0',
packages=['flytekitplugin.skyplane'],
install_requires=[
'flytekit',
'skyplane', # Ensure you include the Skyplane package
'skyplane',
],
)

0 comments on commit bc6c08f

Please sign in to comment.