Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead authored Feb 13, 2024
1 parent 240ecab commit 6ad50ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<p>
<img alt="GitHub" src="https://img.shields.io/github/license/cybercongress/cybertensor">
<img alt="Python" src="https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11-blue">
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/cybertensor">
</p>

## [Step-by-step guide](./docs/basic-flow.md)
Expand All @@ -13,12 +14,19 @@
2. Subnet for knowledge domains
3. Subnet for network infrastructure operators
4. Subnet for relayers infrastructure operators
5. Your idea here
5. Subnet for IPFS nodes operators
6. Your idea here

```When? Soon```


## Install

0. With pip:
```
pip3 install cybertensor
```

1. From source:
```bash
git clone https://github.com/cybercongress/cybertensor.git
Expand Down

0 comments on commit 6ad50ac

Please sign in to comment.