Testing Finney
To begin testing the Finney network, hop to the Finney branch.
- Open the Bittensor directory
cd ~/.bittensor/bittensor
- Run a quick update
btcli update
- Jump to the finney branch
git checkout finney
- Install
python3 -m pip install -e
Return to the master branch
- Remain in the Bittensor directory
cd ~/.bittensor/bittensor
- Jump back ton the master branch
git checkout master