File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,11 +371,11 @@ The latest changes to the CLI are in the ``v2`` branch on github. This is
371
371
to make sure you ``git checkout v2 ``.
372
372
373
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.
374
+ the CLI, you can use the ``requirements-dev-lock .txt `` file included in this repo.
375
375
This file points to the development version of our dependencies::
376
376
377
377
$ cd <path_to_awscli> && git checkout v2
378
- $ pip install -r requirements-dev.txt
378
+ $ pip install -r requirements-dev-lock .txt
379
379
$ pip install -e .
380
380
381
381
Verify that the AWS CLI is correctly installed. Note that the word ``source `` should appear in the output::
You can’t perform that action at this time.
0 commit comments