Skip to content

Commit 30572c3

Browse files
authored
Update README to suggest requirements-dev-lock.txt (#9520)
1 parent 6b0ffee commit 30572c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@ The latest changes to the CLI are in the ``v2`` branch on github. This is
371371
to make sure you ``git checkout v2``.
372372

373373
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.
374+
the CLI, you can use the ``requirements-dev-lock.txt`` file included in this repo.
375375
This file points to the development version of our dependencies::
376376

377377
$ cd <path_to_awscli> && git checkout v2
378-
$ pip install -r requirements-dev.txt
378+
$ pip install -r requirements-dev-lock.txt
379379
$ pip install -e .
380380

381381
Verify that the AWS CLI is correctly installed. Note that the word ``source`` should appear in the output::

0 commit comments

Comments
 (0)