Easy steps to install grakn package on Mac
Package Information:
Application Name – grakn
What is grakn – Not Available for grakn
Use of grakn – Distributed hyper-relational database for knowledge engineering
URL – https://grakn.ai
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install grakn using brew
brew install grakn
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
grakn is ready to use now!