Remove `sudo pip3` in LM(OT)S tests instructions
Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/tests/suites/test_suite_lmots.data b/tests/suites/test_suite_lmots.data
index fdb6e43..6b34078 100644
--- a/tests/suites/test_suite_lmots.data
+++ b/tests/suites/test_suite_lmots.data
@@ -22,7 +22,7 @@
# the LMS key), and the same message.
#
# To reproduce the signature:
-# sudo pip3 install hsslms==0.1.2
+# pip3 install --user hsslms==0.1.2
#
# from hsslms import LMS_Priv, LM_OTS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE
# import pickle
@@ -46,7 +46,7 @@
# the LMS key), and the same message.
#
# To reproduce the signature:
-# sudo pip3 install hsslms==0.1.2
+# pip3 install --user hsslms==0.1.2
#
# from hsslms import LMS_Priv, LM_OTS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE
# import pickle
@@ -68,7 +68,7 @@
# key is stored in data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv.
#
# To reproduce the signature:
-# sudo pip3 install hsslms==0.1.2
+# pip3 install --user hsslms==0.1.2
#
# from hsslms import LMS_Priv, LM_OTS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE
# import pickle
diff --git a/tests/suites/test_suite_lms.data b/tests/suites/test_suite_lms.data
index 85aad52..207d943 100644
--- a/tests/suites/test_suite_lms.data
+++ b/tests/suites/test_suite_lms.data
@@ -19,7 +19,7 @@
# and the public key before including them in a the test data.
#
# To reproduce the signature:
-# * sudo pip3 install pyhsslms
+# * pip3 install --user pyhsslms
# * cp data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv tmp/lms.prv
# * <Save message in binary format>
# * hsslms sign tmp/lms.prv message.bin
@@ -44,7 +44,7 @@
# and the public key before including them in a the test data.
#
# To reproduce the signature:
-# * sudo pip3 install pyhsslms
+# * pip3 install --user pyhsslms
# * cp data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv tmp/lms.prv
# * <Save message in binary format>
# * hsslms sign tmp/lms.prv message.bin (incorrect signature using leaf node 0)
@@ -71,7 +71,7 @@
# signature and the public key before including them in a the test data.
#
# To reproduce the signature:
-# * sudo pip3 install pyhsslms
+# * pip3 install --user pyhsslms
# * cp data_files/lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv tmp/lms.prv
# * touch message.bin (create empty message file)
# * hsslms sign tmp/lms.prv message.bin (incorrect signature using leaf node 0)
@@ -152,7 +152,7 @@
# data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv
#
# To reproduce the signature:
-# sudo pip3 install hsslms==0.1.2
+# pip3 install --user hsslms==0.1.2
#
# from hsslms import LMS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE
# import pickle
@@ -174,7 +174,7 @@
# data_files/lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8.prv
#
# To reproduce the signature:
-# sudo pip3 install hsslms==0.1.2
+# pip3 install --user hsslms==0.1.2
#
# from hsslms import LMS_Priv, LMS_ALGORITHM_TYPE, LMOTS_ALGORITHM_TYPE
# import pickle