Skip to content

Commit 08c3648

Browse files
authored
Fix Readme formatting
1 parent 5151050 commit 08c3648

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ Before importing a model you need to ensure that the required packages for that
6565

6666
To actually run the tests, two other configurations may be necessary for Jep to work properly:
6767

68-
* The java.library.path property needs to point to the Jep library. An approach for this that typically works is setting
69-
the `LD_LIBRARY_PATH` environment variable: `export LD_LIBRARY_PATH=/...path to.../python3.6/site-packages/jep:$LD_LIBRARY_PATH`
70-
* Depending on the environment and package manager it may also be necessary to set the `LD_PRELOAD` variable to include
71-
the Python library: `export LD_PRELOAD=/...path to.../lib/libpython3.6m.so`
68+
* The java.library.path property needs to point to the Jep library. An approach for this that typically works is setting the `LD_LIBRARY_PATH` environment variable: `export LD_LIBRARY_PATH=/...path to.../python3.6/site-packages/jep:$LD_LIBRARY_PATH`
69+
70+
* Depending on the environment and package manager it may also be necessary to set the `LD_PRELOAD` variable to include the Python library: `export LD_PRELOAD=/...path to.../lib/libpython3.6m.so`
7271

7372

7473
Feedzai has built a helpful docker image for testing, [available on docker hub](https://hub.docker.com/r/feedzai/oracle-jep-miniconda/),

0 commit comments

Comments
 (0)