Installation
Begin by installing curl on your ubuntu server.
apt-get -y install curl
Proceed to execute the following command to download and run the Kompute client installer.
curl -sL client.kompute.network | bash
After running this command, the following linux dependencies will be installed automatically:
- python3
- python3-pip
The following pip3 packages will be installed automatically:
- ipfshttpclient
- web3
Last modified 6mo ago