Skip to content

Commit 5a63dc6

Browse files
committed
Remove unrelated package installation instructions
I assume this was originally a copy paste error: the `awscli` package installed on the line below is needed to run the `aws configure` command, but the `aws` and `configure` PyPI packages are unrelated and unneeded.
1 parent bc17ead commit 5a63dc6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/tutorials/data_sources/load_from_s3_tutorial.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
},
6262
"outputs": [],
6363
"source": [
64-
"!pip install aws configure\n",
6564
"!pip install awscli"
6665
]
6766
},

docs/tutorials/data_sources/load_from_s3_tutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ This document outlines how to read data from an Amazon S3 bucket and construct a
3636
<!-- #endregion -->
3737

3838
```python id="8fhEOwxcWlWf"
39-
!pip install aws configure
4039
!pip install awscli
4140
```
4241

0 commit comments

Comments
 (0)