diff options
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md | 20 | ||||
-rw-r--r-- | pydis_site/static/images/content/contributing/pycharm_pipenv.png | bin | 18513 -> 0 bytes | |||
-rw-r--r-- | pydis_site/static/images/content/contributing/pycharm_pipenv_success.png | bin | 27705 -> 0 bytes | |||
-rw-r--r-- | pydis_site/static/images/content/contributing/pycharm_poetry.png | bin | 0 -> 21396 bytes | |||
-rw-r--r-- | pydis_site/static/images/content/contributing/pycharm_poetry_success.png | bin | 0 -> 27819 bytes |
5 files changed, 7 insertions, 13 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 ba5b3d1b..653b71aa 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 @@ -17,13 +17,13 @@ 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` (`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`. - -5. If installing dependencies for the site, click `Pipenv Environment`, otherwise, click `Poetry Environment`, then click `OK`. - -6. PyCharm will automatically install the packages required into a virtual environment. - +3. Install the [poetry plugin](https://plugins.jetbrains.com/plugin/14307-poetry). +4. Navigate to `Project Interpreter`, then click the gear icon and click `Add`.<br/> +<br/> +5. Click `Poetry Environment`, then click `OK`.<br/> +<br/> +6. PyCharm will automatically install the packages required into a virtual environment.<br/> + --- @@ -32,13 +32,7 @@ You should have already cloned your fork as described in [**Cloning a Repository 2. Install project and development dependencies. Remember to also set up pre-commit hooks to ensure your pushed commits will never fail linting. --- -- Site: -```shell -$ pipenv sync --dev -$ pipenv run precommit -``` -- Other projects: ```shell $ poetry install $ poetry run task precommit diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv.png b/pydis_site/static/images/content/contributing/pycharm_pipenv.png Binary files differdeleted file mode 100644 index 5d6620ee..00000000 --- a/pydis_site/static/images/content/contributing/pycharm_pipenv.png +++ /dev/null diff --git a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png b/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png Binary files differdeleted file mode 100644 index 65ac2040..00000000 --- a/pydis_site/static/images/content/contributing/pycharm_pipenv_success.png +++ /dev/null diff --git a/pydis_site/static/images/content/contributing/pycharm_poetry.png b/pydis_site/static/images/content/contributing/pycharm_poetry.png Binary files differnew file mode 100644 index 00000000..cb5402b0 --- /dev/null +++ b/pydis_site/static/images/content/contributing/pycharm_poetry.png diff --git a/pydis_site/static/images/content/contributing/pycharm_poetry_success.png b/pydis_site/static/images/content/contributing/pycharm_poetry_success.png Binary files differnew file mode 100644 index 00000000..31d44a69 --- /dev/null +++ b/pydis_site/static/images/content/contributing/pycharm_poetry_success.png |