From 409a44a8d8dc4299879a0af8d83b125c10ae1fac Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Thu, 12 Sep 2024 14:44:35 +0800 Subject: [PATCH] Update repo installation from git link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c25d2..f8f0f3a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A set of adversarial attacks in PyTorch. ```shell # Install from github source -python -m pip install git+https://github.com/daisylab-bit/torchattack +python -m pip install git+https://github.com/spencerwooo/torchattack # Install from gitee mirror -python -m pip install git+https://gitee.com/daisylab-bit/torchattack +python -m pip install git+https://gitee.com/spencerwoo/torchattack ``` ## Usage