You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pydis_site/apps/content/resources/guides/pydis-guides/contributing/cloning-repository.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,29 @@ icon: fab fa-github
6
6
7
7
> **Note:** The process varies depending on your choice of code editor / IDE, so refer to one of the following guides:
8
8
9
-
-[Cloning with PyCharm](#cloning-with-pycharm)
10
9
-[Cloning with the command line](#cloning-with-the-command-line)
10
+
-[Cloning with PyCharm](#cloning-with-pycharm)
11
11
12
12
The following will use the [Sir-Lancebot](https://github.com/python-discord/sir-lancebot/) repository as an example, but the steps are the same for all other repositories. You should have already retrieved your fork's Git URL as described in [**Creating a Fork**](../forking-repository).
13
13
14
14
---
15
15
16
-
## Cloning with PyCharm
17
-
1. Load up PyCharm and click `Get from VCS`.<br>
18
-

19
-
2. Enter the URL of your forked repository.
20
-
3. Change the directory if you desire and click `Clone`.<br>
21
-

22
-
23
-
---
24
-
25
16
## Cloning with the command line
17
+
26
18
1. Clone your forked repository using `git clone` followed by your fork's Git URL. Then, change your working directory to the repository.
Copy file name to clipboardExpand all lines: pydis_site/apps/content/resources/guides/pydis-guides/contributing/installing-project-dependencies.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,34 +6,36 @@ icon: fab fa-python
6
6
7
7
> **Note:** The process varies depending on your choice of code editor / IDE, so refer to one of the following guides:
8
8
9
-
-[Installing dependencies with PyCharm](#installing-dependencies-with-pycharm)
10
9
-[Installing dependencies with the command line](#installing-dependencies-with-the-command-line)
10
+
-[Installing dependencies with PyCharm](#installing-dependencies-with-pycharm)
11
11
12
12
The following will use the [Sir-Lancebot](https://github.com/python-discord/sir-lancebot/) repository as an example, but the steps are the same for all other repositories.
13
13
You should have already cloned your fork as described in [**Cloning a Repository**](../cloning-repository).
14
14
15
15
---
16
16
17
-
## Installing dependencies with PyCharm
18
-
1. Load up your project in PyCharm.
19
-
2. Go to the Project Settings by clicking `File`, then `Settings...`. Alternatively, use the shortcut key: `Ctrl+Alt+S` (`command+comma` on Mac OS).
20
-
3. Install the [poetry plugin](https://plugins.jetbrains.com/plugin/14307-poetry).
21
-
4. Navigate to `Project Interpreter`, then click the gear icon and click `Add`.<br/>
0 commit comments