Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/python/bot-builder-python-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ This command creates an Echo Bot based on the Python [echo template](https://git

![set name and description](../media/python/quickstart/set-name-description.png)

Copy the last four digits in the address on the last line (usually 3978) since you will be using them in the next step. You are now ready to start your bot.

## Start you bot
1. From a terminal navigate to the `echo-bot` folder where you saved your bot. Run `pip install -r requirements.txt` to install any required packages to run your bot.

2. Once the packages are installed run `python app.py` to start your bot. You will know your bot is ready to test when you see the last line shown in the screenshot below:

![bot running locally](../media/python/quickstart/bot-running-locally.png)

Copy the last four digits in the address on the last line (usually 3978) since you will be using them in the next step. You are now ready to start your bot.

## Start the Emulator and connect your bot
1. Start the Emulator and click the **Open Bot** button.

Expand Down