From e7f5c51683ecdf3606bbb0c7ebdd8fd84d774770 Mon Sep 17 00:00:00 2001 From: Hugo Roussel <hugo.roussel@univ-tlse3.fr> Date: Fri, 26 Jul 2019 11:54:02 +0200 Subject: [PATCH] Update README.md --- documentation/py4j_demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/py4j_demo/README.md b/documentation/py4j_demo/README.md index a4b64cc9..a6dcb48c 100644 --- a/documentation/py4j_demo/README.md +++ b/documentation/py4j_demo/README.md @@ -5,7 +5,7 @@ pip3 install requirements.txt ``` Optional : check [openai gym](https://gym.openai.com/) documentation for a full install. -Run the setup script [setup.sh](setup.sh) (linux only) +Run the setup script [setup.sh](setup.sh) (linux only). It just clean some file, compile the correct AMOEBAonAMAK jar and copy it for ease of use. You're good to go, check that py4j is correctly working with [basic_demo.py](basic_demo.py) : ``` -- GitLab