Skip to content

Commit

Permalink
Added JRE 17 setup in project setup steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeepk committed Jan 2, 2024
1 parent 3e08b7c commit cba45c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Thanks for being willing to contribute!

1. Fork and clone the repo
2. Install Python > 3.8
3. Run `pip install -r requirements.txt` project root folder to install dependencies
4. Create a branch for your PR with `git checkout -b your-branch-name`
3. Install JRE 17
4. Run `pip install -r requirements.txt` project root folder to install dependencies
5. Create a branch for your PR with `git checkout -b your-branch-name`

> Tip: Keep your `main` branch pointing at the original repository and make
> pull requests from branches on your fork. To do this, run:
Expand Down

0 comments on commit cba45c0

Please sign in to comment.