Skip to content

Commit 833d934

Browse files
committed
Update installation instructions
1 parent d0969bd commit 833d934

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ For more information, see this `blog post <https://aws.amazon.com/blogs/develope
4040

4141
Getting Started
4242
---------------
43-
Assuming that you have Python and ``virtualenv`` installed and that you set up your environment with:
43+
Assuming that you have a supported version of Python installed, you can first
44+
set up your environment with:
4445

45-
.. code-block:: sh
46-
47-
$ virtualenv venv
46+
..code-block:: sh
47+
$ python -m venv .venv
4848
...
49-
$ . venv/bin/activate
49+
$ . .venv/bin/activate
5050

51-
you can install boto3 with:
51+
Then, you can install boto3 from PyPI with:
5252

5353
.. code-block:: sh
5454
5555
$ python -m pip install boto3
5656
57-
or with:
57+
or install from source with:
5858

5959
.. code-block:: sh
6060

0 commit comments

Comments
 (0)