Neurons is a set of fully contained p2p Bittensor neuron-miners which run seamlessly on any one of our core networks.
https://app.gitbook.com/@opentensor/s/bittensor/
Through bittensor
$ python3 -m pip3 install bittensoror from source
$ cd neurons
$ python3 -m pip3 install -e .From bash
$ python3 neurons/text/template_miner/main.pyFrom python
>> import bittensor.neurons as neurons
>> neurons.text.template_miner.neuron().run()From the cli.
$ btcli run