From ece5d0c4f422dbf5ce24f04b9aaeedf6abea43df Mon Sep 17 00:00:00 2001 From: Dera Okeke Date: Tue, 5 Aug 2025 17:55:54 +0100 Subject: [PATCH] package updates --- docs/getting-started/install-btcli.md | 6 ++++++ docs/getting-started/install-wallet-sdk.md | 8 +++++++- docs/getting-started/installation.md | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/install-btcli.md b/docs/getting-started/install-btcli.md index 4d6921c24..c55fc107b 100644 --- a/docs/getting-started/install-btcli.md +++ b/docs/getting-started/install-btcli.md @@ -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). diff --git a/docs/getting-started/install-wallet-sdk.md b/docs/getting-started/install-wallet-sdk.md index 41e481141..a6dced2c6 100644 --- a/docs/getting-started/install-wallet-sdk.md +++ b/docs/getting-started/install-wallet-sdk.md @@ -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. @@ -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** diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index fdc9c2440..4539ad627 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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)