diff --git a/documentation/py4j_demo/README.md b/documentation/py4j_demo/README.md index a4b64cc9539e079618c23c5c48df8dbd6a579809..a6dcb48c291378faa2bb54e8ee74fbbeae868645 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) : ```