|
1 | 1 | # Elastic Beanstalk CLI Installer
|
2 |
| - |
3 |
| -- [Elastic Beanstalk CLI Installer](#elastic-beanstalk-cli-installer) |
4 |
| - - [1. Overview](#1-overview) |
5 |
| - - [1.1. Prerequisites](#11-prerequisites) |
6 |
| - - [2. Quick start](#2-quick-start) |
7 |
| - - [2.1. Clone this repository](#21-clone-this-repository) |
8 |
| - - [2.2. Install/Upgrade the EB CLI](#22-installupgrade-the-eb-cli) |
9 |
| - - [MacOS/Linux](#macoslinux) |
10 |
| - - [Windows](#windows) |
11 |
| - - [2.3. After installation](#23-after-installation) |
12 |
| - - [3. Usage](#3-usage) |
13 |
| - - [3.1 Advanced usage](#31-advanced-usage) |
14 |
| - - [3.2 Options](#32-options) |
15 |
| - - [4. Troubleshooting](#4-troubleshooting) |
16 |
| - - [5. Frequently asked questions](#5-frequently-asked-questions) |
17 |
| - - [5.1. For the **experienced Python developer**, what's the advantage of this mode of installation instead of regular `pip` inside a `virtualenv`?](#51-for-the-experienced-python-developer-whats-the-advantage-of-this-mode-of-installation-instead-of-regular-pip-inside-a-virtualenv) |
18 |
| - - [5.2. On macOS (or Linux systems with `brew`), is this better than `brew install awsebcli`?](#52-on-macos-or-linux-systems-with-brew-is-this-better-than-brew-install-awsebcli) |
19 |
| - - [5.3. I already have the EB CLI installed. Can I still execute `ebcli_installer.py`?](#53-i-already-have-the-eb-cli-installed-can-i-still-execute-ebcli_installerpy) |
20 |
| - - [5.4. How does `ebcli_installer.py` work?](#54-how-does-ebcli_installerpy-work) |
21 |
| - - [5.5. Are there dependency problems that this mode of installation doesn't solve?](#55-are-there-dependency-problems-that-this-mode-of-installation-doesnt-solve) |
22 |
| - - [6. License](#6-license) |
| 2 | +- [1. Overview](#1-overview) |
| 3 | + - [1.1. Prerequisites](#11-prerequisites) |
| 4 | +- [2. Quick start](#2-quick-start) |
| 5 | + - [2.1. Clone this repository](#21-clone-this-repository) |
| 6 | + - [2.2. Install/Upgrade the EB CLI](#22-installupgrade-the-eb-cli) |
| 7 | + - [MacOS/Linux](#macoslinux) |
| 8 | + - [Windows](#windows) |
| 9 | + - [2.3. After installation](#23-after-installation) |
| 10 | +- [3. Usage](#3-usage) |
| 11 | + - [3.1 Advanced usage](#31-advanced-usage) |
| 12 | + - [3.2 Options](#32-options) |
| 13 | +- [4. Troubleshooting](#4-troubleshooting) |
| 14 | +- [5. Frequently asked questions](#5-frequently-asked-questions) |
| 15 | + - [5.1. For the **experienced Python developer**, what's the advantage of this mode of installation instead of regular `pip` inside a `virtualenv`?](#51-for-the-experienced-python-developer-whats-the-advantage-of-this-mode-of-installation-instead-of-regular-pip-inside-a-virtualenv) |
| 16 | + - [5.2. On macOS (or Linux systems with `brew`), is this better than `brew install awsebcli`?](#52-on-macos-or-linux-systems-with-brew-is-this-better-than-brew-install-awsebcli) |
| 17 | + - [5.3. I already have the EB CLI installed. Can I still execute `ebcli_installer.py`?](#53-i-already-have-the-eb-cli-installed-can-i-still-execute-ebcli_installerpy) |
| 18 | + - [5.4. How does `ebcli_installer.py` work?](#54-how-does-ebcli_installerpy-work) |
| 19 | + - [5.5. Are there dependency problems that this mode of installation doesn't solve?](#55-are-there-dependency-problems-that-this-mode-of-installation-doesnt-solve) |
| 20 | +- [6. License](#6-license) |
23 | 21 |
|
24 | 22 | ## 1. Overview
|
25 | 23 |
|
|
0 commit comments