CCXT-readme-3.sh
· 180 B · Bash
Raw
git clone https://github.com/ccxt/ccxt.git # including 1GB of commit history
# or
git clone https://github.com/ccxt/ccxt.git --depth 1 # avoid downloading 1GB of commit history
1 | git clone https://github.com/ccxt/ccxt.git # including 1GB of commit history |
2 | |
3 | # or |
4 | |
5 | git clone https://github.com/ccxt/ccxt.git --depth 1 # avoid downloading 1GB of commit history |