We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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