Skip to main content

3. Install Bittensor's CLI

In order to create a wallet or register your neuron, you will need to install the Bittensor CLI. For the latest instructions, please visit Bittensor's documentation.

For quick setup, you can follow the instructions below.

1. Make sure you are in the root directory

cd ..

2. Install Bittensor CLI

git clone https://github.com/opentensor/btcli.git

3. Install Dependencies

cd btcli
pip3 install .
tip

You can now use the btcli to interact with Bittensor! Be sure to go back to your masa-bittensor directory to continue with the rest of the setup.

cd ../masa-bittensor