Skip to content

Mac Installation

Charlie Cochrane edited this page Nov 6, 2019 · 2 revisions

Mac Installation Setup

Open Terminal

Install Brew:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Confirm it installed correctly:

$ brew doctor

It should say:

Your system is ready to brew. 

Install Python3:

$ brew install python3

Confirm it installed:

$ python3 --version

It should say something like:

Python 3.7.4 

Install pipenv:

$ brew install pipenv

Install SDK

Once this is done, type the following then press enter:

pipenv install git+https://github.com/automata-tech/eva_python_sdk.git@master#egg=automata
Clone this wiki locally