File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# Contributing
22
3- All contributions are highly appreciated!
3+ All contributions are highly appreciated!
44Start by [ forking the repository] ( https://github.com/deepnote/deepnote-toolkit/fork ) on GitHub and setting up Deepnote Toolkit for local development.
55
66## Local development setup
@@ -13,17 +13,17 @@ Start by [forking the repository](https://github.com/deepnote/deepnote-toolkit/f
13132 . Run setup:
1414
1515 ``` bash
16- mise install # Installs Python 3.12 and Java 11
16+ mise install # Installs Python 3.12 and Java 17
1717 mise run setup # Installs dependencies and pre-commit hooks
1818 ```
1919
2020# ### Option 2: Manual setup
2121
22221. Install poetry: [Installation](https://python-poetry.org/docs/# installation)
23- 2. Install Java 11 (required for PySpark tests):
24- - macOS: ` brew install openjdk@11 `
25- - Ubuntu/Debian: ` sudo apt-get install openjdk-11 -jdk`
26- - RHEL/Fedora: ` sudo dnf install java-11 -openjdk-devel`
23+ 2. Install Java 17 (required for PySpark tests):
24+ - macOS: ` brew install openjdk@17 `
25+ - Ubuntu/Debian: ` sudo apt-get install openjdk-17 -jdk`
26+ - RHEL/Fedora: ` sudo dnf install java-17 -openjdk-devel`
27273. Set up venv for development package:
2828
2929 ` ` ` bash
You can’t perform that action at this time.
0 commit comments