From 34d44990538014543fa48e67a41aa243cbb94a84 Mon Sep 17 00:00:00 2001 From: ulises-jeremias Date: Mon, 26 Feb 2024 03:05:11 -0300 Subject: [PATCH] Update repository URL and directory name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58e44c3..f808f5f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ This repository requires python3.8 or higher. To install, simply clone this repository and install the requirements. ```bash -git clone https://github.com/nanlabs/bittensor-prompting-example.git -cd bittensor-prompting-example +git clone https://github.com/nanlabs/bittensor-subnet-example.git +cd bittensor-subnet-example python -m pip install -r requirements.txt python -m pip install -e . ```