mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Explicitly mention activating venv
This commit is contained in:
parent
9f7e951dd5
commit
672394fb90
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ This package is installed in the Certbot development environment that is
|
|||
created by following the instructions at
|
||||
https://certbot.eff.org/docs/contributing.html#running-a-local-copy-of-the-client.
|
||||
|
||||
You can then configure AWS credentials and create a key by running:
|
||||
After activating that virtual environment, you can then configure AWS
|
||||
credentials and create a key by running:
|
||||
```
|
||||
>aws configure --profile <profile name>
|
||||
[interactive: enter secrets for IAM role]
|
||||
|
|
|
|||
Loading…
Reference in a new issue