-
Notifications
You must be signed in to change notification settings - Fork 12
docs: add cli setup steps #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
zimeg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@srtaalej Thanks for bringing this README to standard 🫡
I made a few small changes on heading "importance" and file paths but think we should merge this! I left a comment around virtual environments and the CLI that we might consider revisiting soon...
README.md
Outdated
| `assistant.py`, which contains two listeners: | ||
| * The `@assistant.thread_started` listener receives an event when users start new app thread. | ||
| * The `@assistant.user_message` listener processes user messages in app threads or from the app **Chat** and **History** tab. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 praise: Thanks for bringing improvement alongside these changes!
| #### Initializing the project | ||
|
|
||
| ```sh | ||
| slack create my-bolt-python-assistant --template slack-samples/bolt-python-assistant-template |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐍 note: Additional steps are output related to setting up a virtual environment with the current version of this command. I think it's alright to not include these steps here with plans of enhancement upstream!
Type of change
Summary
this PR updates the README with CLI setup steps
Requirements