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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The `posit-sdk` is a software development kit (SDK) for working with Posit's pro
8
8
9
9
Before contributing to the `posit-sdk`, ensure that the following prerequisites are met:
10
10
11
-
- Python >=3.8
11
+
- Python >=3.9
12
12
13
13
> [!INFO]
14
14
> We require using virtual environments to maintain a clean and consistent development environment.
@@ -17,7 +17,7 @@ Before contributing to the `posit-sdk`, ensure that the following prerequisites
17
17
## Instructions
18
18
19
19
> [!WARNING]
20
-
> Executing `make` will install third-party packages in your Python environment. Please review the [`Makefile`](./Makefile) to verify behavior before executing any commands.
20
+
> Executing `make` will install third-party packages in your `.venv` virtual Python environment. Please review the [`Makefile`](./Makefile) to verify behavior before executing any commands.
21
21
22
22
1. Fork the repository and open it in your development environment.
23
23
2. Activate your Python environment (e.g., `source .venv/bin/activate`)
@@ -33,7 +33,7 @@ Use the default make target to execute the full build pipeline. For details on s
33
33
34
34
## Style Guide
35
35
36
-
We use [Ruff](https://docs.astral.sh/ruff/) for linting and code formatting. Run `make deps` to install it.
36
+
We use [Ruff](https://docs.astral.sh/ruff/) for linting and code formatting.
37
37
38
38
All proposed changes must successfully pass the `make lint` rules prior to merging.
0 commit comments