aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-05-16 19:05:03 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-05-16 19:05:03 +0300
commitab75c82c297a81e7a080d9d9a205ff3e99116be5 (patch)
tree057cc8bc448a1129a02c2854d050949917ec0d99
parentMerge pull request #499 from python-discord/swfarnsworth/dave (diff)
Fixes Broken Images In Dependency Guide
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md15
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_interpreter.pngbin52028 -> 21696 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_pipenv.pngbin35997 -> 18513 bytes
-rw-r--r--pydis_site/static/images/content/contributing/pycharm_pipenv_success.pngbin119232 -> 27705 bytes
4 files changed, 8 insertions, 7 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
index 4432236e..7881c07d 100644
--- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
+++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
@@ -16,13 +16,14 @@ You should have already cloned your fork as described in [**Cloning a Repository
## Installing dependencies with PyCharm
1. Load up your project in PyCharm.
-2. Go to the Project Settings by clicking `File`, then `Settings...`. Alternatively, use the shortcut key `Ctrl+Alt+S`.
-3. Navigate to `Project Interpreter`, then click the gear icon and click `Add`.
-![PyCharm Interpreter Settings](/static/images/wiki/contributing/pycharm_interpreter.png)
-4. In the popup window, click `Pipenv Environment`, make sure `Install packages from Pipfile` is checked, then click `OK`.
-![PyCharm Pipenv Environment](/static/images/wiki/contributing/pycharm_pipenv.png)
-5. PyCharm will automatically install the packages required into a virtual environment.
-![PyCharm Project Interpreter](/static/images/wiki/contributing/pycharm_pipenv_success.png)
+2. Go to the Project Settings by clicking `File`, then `Settings...`. Alternatively, use the shortcut key: `Ctrl+Alt+S` (`command+comma` on Mac OS).
+3. Install the [poetry plugin](https://plugins.jetbrains.com/plugin/14307-poetry). (**Note:** This is not required for the site)
+4. Navigate to `Project Interpreter`, then click the gear icon and click `Add`.
+![PyCharm Interpreter Settings](/static/images/content/contributing/pycharm_interpreter.png)
+5. If installing dependencies for the site, click `Pipenv Environment`, otherwise, click `Poetry Environment`, then click `OK`.
+![PyCharm Pipenv Environment](/static/images/content/contributing/pycharm_pipenv.png)
+6. PyCharm will automatically install the packages required into a virtual environment.
+![PyCharm Project Interpreter](/static/images/content/contributing/pycharm_pipenv_success.png)
---
diff --git a/pydis_site/static/images/content/contributing/pycharm_interpreter.png b/pydis_site/static/images/content/contributing/pycharm_interpreter.png
index cb757f84..66a0dc7f 100644
--- a/pydis_site/static/images/content/contributing/pycharm_interpreter.png
+++ b/pydis_site/static/images/content/contributing/pycharm_interpreter.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.png b/pydis_site/static/images/content/contributing/pycharm_pipenv.png
index feb9b1d7..5d6620ee 100644
--- a/pydis_site/static/images/content/contributing/pycharm_pipenv.png
+++ b/pydis_site/static/images/content/contributing/pycharm_pipenv.png
Binary files differ
diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
index 03fa3244..65ac2040 100644
--- a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
+++ b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png
Binary files differ