# Install GNY CLI
# Install Prerequisites
Please install the following linux packages in order to make gny-cli work:
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install curl ntp wget git libssl-dev openssl make gcc g++ autoconf automake python build-essential -y
sudo apt-get install libtool libtool-bin -y
1
2
3
4
5
2
3
4
5
# Install via npm
WARNING
Although the package is called @gny/cli in the npm registry. We will need to type gny-cli in the command line to call the appropriate commands.
npm install --global @gny/cli
1
← Exchange API Commands →