An open API service indexing awesome lists of open source software.

https://github.com/opentensor/bittensor-config

BittensorConfig is a library for managing the configuration of the Bittensor Python API
https://github.com/opentensor/bittensor-config

Last synced: 23 days ago
JSON representation

BittensorConfig is a library for managing the configuration of the Bittensor Python API

Awesome Lists containing this project

README

          

# BittensorConfig - v0.0.1

BittensorConfig is a library for managing the configuration of the [Bittensor Python API](https://github.com/opentensor/bittensor).

# Installation
This package can be installed from [PyPi.org](https://pypi.org/project/bittensor-config/):
```bash
pip install bittensor-config==0.0.1
```
or via this repo (using [gh-cli](https://cli.github.com/)):
```bash
gh repo clone opentensor/bittensor-config
cd bittensor-config
pip install -e .
```