-
Notifications
You must be signed in to change notification settings - Fork 12
Mac Installation
Charlie Cochrane edited this page Nov 6, 2019
·
2 revisions
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
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