Skip to content

Commit

Permalink
Add Java requirement to install guide (#2621)
Browse files Browse the repository at this point in the history
* Add Java requirement to install guide

* Change Java to a note
  • Loading branch information
LeStarch authored Mar 27, 2024
1 parent 55adfb5 commit f1f1a64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Requirements:
4. CLang or GNU C and C++ compilers (e.g. gcc and g++)
5. [Python 3.8+](https://www.python.org/downloads/), virtual environments, and PIP

> Latest versions of PIP are strongly recommended, as this will install native packages with improved performance and no dependency on Java. See [Recommended PIP Versions](#recommended-pip-versions)
> Latest versions of PIP are strongly recommended. See [Recommended PIP Versions](#recommended-pip-versions)
> For build host architectures other than x86_64 or aarch64, and systems with older PIP versions, Java is required
> Ubuntu and Debian users should see notes on [Python installation](#ubuntu-debian-java-and-python-pip)
Expand Down

0 comments on commit f1f1a64

Please sign in to comment.