Skip to content

Commit f43ddbf

Browse files
committed
Add conda installation instructions
1 parent 340651b commit f43ddbf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373

7474
## Installation
7575

76-
`pip install awswrangler`
76+
- `pip install awswrangler`
77+
- `conda install awswrangler`
7778

7879
Runs only with Python 3.6 and 3.7.
7980

docs/source/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Installation
55

66
>>> pip install awswrangler
77

8+
>>> conda install awswrangler
9+
810
Runs only with Python 3.6 and 3.7.
911

1012
Runs anywhere (AWS Lambda, AWS Glue Python Shell, EMR, EC2, on-premises, local, etc).

0 commit comments

Comments
 (0)