From 24caee258aaaa39916f0f13f854b3eaa36b2ad58 Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Sat, 14 Dec 2024 20:10:57 -0600 Subject: [PATCH] Fix syntax typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b2cac84b..7834cbb9 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Installation Simply run ``pip install --no-cache-dir --no-build-isolation jep`` or download the source and run ``pip install .``. Building and installing require the JDK, Python, setuptools, and optionally numpy to be installed beforehand. The -``--no-cache-dir`` and ``--no-build-isolation` options are not strictly +``--no-cache-dir`` and ``--no-build-isolation`` options are not strictly required, however those settings enable Jep to make customizations for your environment such as enabling numpy specific behavior if numpy is installed.