Skip to content

Commit e1c5a47

Browse files
authored
Update CONTRIBUTING.md
1 parent 26367a6 commit e1c5a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ Here are some tips to get started using the project dependencies and development
1515

1616
1. Clone the CDK repo. If you will be testing connectors, you should clone the CDK into the same parent directory as `airbytehq/airbyte`, which contains the connector definitions.
1717
2. Make sure your Python version is 3.10 or 3.11
18+
1819
Fedora 41:
1920
```
2021
sudo dnf install python3.11
2122
```
2223
2. [Install pip](https://pip.pypa.io/en/stable/installation/)
24+
2325
Fedora 41:
2426
```
2527
sudo dnf install pip
2628
```
2729
3. [Install pipx](https://pipx.pypa.io/stable/installation/)
30+
2831
Fedora 41:
2932
```
3033
sudo dnf install pipx

0 commit comments

Comments
 (0)