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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
All contributions are highly appreciated!
3
+
All contributions are highly appreciated!
4
4
Start by [forking the repository](https://github.com/deepnote/deepnote-toolkit/fork) on GitHub and setting up Deepnote Toolkit for local development.
5
5
6
6
## Local development setup
@@ -13,17 +13,17 @@ Start by [forking the repository](https://github.com/deepnote/deepnote-toolkit/f
13
13
2. Run setup:
14
14
15
15
```bash
16
-
mise install # Installs Python 3.12 and Java 11
16
+
mise install # Installs Python 3.12 and Java 17
17
17
mise run setup # Installs dependencies and pre-commit hooks
0 commit comments