We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0ffee commit 30572c3Copy full SHA for 30572c3
1 file changed
README.rst
@@ -371,11 +371,11 @@ The latest changes to the CLI are in the ``v2`` branch on github. This is
371
to make sure you ``git checkout v2``.
372
373
If you just want to install a snapshot of the latest development version of
374
-the CLI, you can use the ``requirements-dev.txt`` file included in this repo.
+the CLI, you can use the ``requirements-dev-lock.txt`` file included in this repo.
375
This file points to the development version of our dependencies::
376
377
$ cd <path_to_awscli> && git checkout v2
378
- $ pip install -r requirements-dev.txt
+ $ pip install -r requirements-dev-lock.txt
379
$ pip install -e .
380
381
Verify that the AWS CLI is correctly installed. Note that the word ``source`` should appear in the output::
0 commit comments