Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
misscoded authored Sep 23, 2024
1 parent c2e268b commit 45e4c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# App Assistant Sample (Bolt for Python)
# App Agent & Assistant Template (Bolt for Python)

This Bolt for Python sample app demonstrates how to use [Agents & Assistants](https://api.slack.com/docs/apps/ai) in Slack.
This Bolt for Python template demonstrates how to build [Agents & Assistants](https://api.slack.com/docs/apps/ai) in Slack.

## Setup
Before getting started, make sure you have a development workspace where you have permissions to install apps. If you don’t have one setup, go ahead and [create one](https://slack.com/create).
Expand Down Expand Up @@ -34,10 +34,10 @@ export OPENAI_API_KEY=<your-openai-api-key>
### Setup Your Local Project
```zsh
# Clone this project onto your machine
git clone https://github.com/slack-samples/bolt-python-app-assistant.git
git clone https://github.com/slack-samples/bolt-python-assistant-template.git

# Change into this project directory
cd bolt-python-app-assistant
cd bolt-python-assistant-template

# Setup your python virtual environment
python3 -m venv .venv
Expand Down

0 comments on commit 45e4c60

Please sign in to comment.