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 bittensor
or from source
$ cd neurons
$ python3 -m pip3 install -e .
From bash
$ python3 neurons/text/template_miner/main.py
From python
>> import bittensor.neurons as neurons
>> neurons.text.template_miner.neuron().run()
From the cli.
$ btcli run