Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/getting-started/install-btcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import TabItem from '@theme/TabItem';

This page contains installation details for `btcli`, the Bittensor CLI.

---

:::warning Install from Verified Sources
Always double-check the package name and origin before installation. Use links and commands directly from our docs or GitHub releases to avoid malicious lookalikes.
:::

## Prerequisite

To install `btcli`, you must have Python version 3.9-3.12. See config file on [GitHub](https://github.com/opentensor/btcli/blob/main/pyproject.toml#L57-L60).
Expand Down
8 changes: 7 additions & 1 deletion docs/getting-started/install-wallet-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: "Install Wallet SDK"
---

---

:::warning Install from Verified Sources
Always double-check the package name and origin before installation. Use links and commands directly from our docs or GitHub releases to avoid malicious lookalikes.
:::

# Install Wallet SDK

The Bittensor Wallet SDK is a Python interface for a powerful Rust-based Bittensor wallet functionality. You do not need to know Rust to use this Wallet SDK. However, if you want to contribute to the Rust components of this Wallet SDK, the Rust source is located in the `src` directory of [btwallet](https://github.com/opentensor/btwallet) repo.
Expand Down Expand Up @@ -150,7 +156,7 @@ IMPORTANT: Store this mnemonic in a secure (preferable offline place), as anyone

```

The above will create a wallet with "my_wallet_name".
The above will create a wallet with "my_wallet_name".

**3. Use your own config**

Expand Down
6 changes: 6 additions & 0 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import TabItem from '@theme/TabItem';

Before you can start developing, you must install Bittensor SDK and then create Bittensor wallet.

---

:::warning Install from Verified Sources
Always double-check the package name and origin before installation. Use links and commands directly from our docs or GitHub releases to avoid malicious lookalikes.
:::

## Supported Python versions

- bittensor (SDK): Python 3.9-3.13 (reference: https://github.com/opentensor/bittensor/blob/master/pyproject.toml#L14)
Expand Down