Skip to content

MacOs Standalone Requirements

Python 3

One easy way to install python is to use brew:

brew install python3.6
We recommend however to use Pyenv. Check our Pyenv instructions to make sure you have a clean and proper installation.

Java 1.8

Using brew :

brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8
Check out our documentation on how to install java using jenv. It makes it easier to manage several java installations.

jq and curl

brew install jq curl