diff options
author | 2023-02-28 09:40:56 +0100 | |
---|---|---|
committer | 2023-02-28 09:40:56 +0100 | |
commit | 30033da4c74df1ae47e30f4a63eef7085b06712f (patch) | |
tree | bb258e9418cd626395668bd0eb0eddd1719999a7 /pydis_site/apps | |
parent | Update the note about ignoring .env (diff) |
Use "Python program" instead of "Python code" to describe the script
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md index 03c2444b..c3189bbe 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md @@ -58,7 +58,8 @@ See [here](../creating-bot-account) for help with obtaining the bot token and [h **Note**: The `.env` is and should remain ignored by git, otherwise you risk pushing sensitive information. ##### 1.2 Setting up the script environment -The bootstrapping script is Python code like any other. To run it locally, you will need the right version of Python with the necessary packages installed: +The bootstrapping script is a Python program so you will need a compatible Python version and the necessary dependencies installed, +which are all detailed here: 1. Make sure you follow steps `1` and `2` [here](#setting-up-a-development-environment) 2. [Install the `config-bootstrap` dependency group](../installing-project-dependencies#installing-specific-dependency-groups). |