From 1b4a0f3e26c37982640a89d8fdf76f6eb4782e0e Mon Sep 17 00:00:00 2001 From: csmali Date: Fri, 5 Jan 2018 14:02:42 +0300 Subject: [PATCH 1/3] Requirement files are added --- Linux/requirement.txt | 3 +++ Mac/requirement.txt | 2 ++ Windows/requirement.txt | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 Linux/requirement.txt create mode 100644 Mac/requirement.txt create mode 100644 Windows/requirement.txt diff --git a/Linux/requirement.txt b/Linux/requirement.txt new file mode 100644 index 00000000..4d6ab88e --- /dev/null +++ b/Linux/requirement.txt @@ -0,0 +1,3 @@ +pycrypto +pyasn1 +https://github.com/n1nj4sec/memorpy/archive/master.zip diff --git a/Mac/requirement.txt b/Mac/requirement.txt new file mode 100644 index 00000000..9f73ef90 --- /dev/null +++ b/Mac/requirement.txt @@ -0,0 +1,2 @@ +pycrypto +pyasn1 diff --git a/Windows/requirement.txt b/Windows/requirement.txt new file mode 100644 index 00000000..478d38ca --- /dev/null +++ b/Windows/requirement.txt @@ -0,0 +1,4 @@ +pycrypto +pyasn1 +psutil +https://github.com/n1nj4sec/memorpy/archive/master.zip From 8124b14bebf279efe6bab3576849a06d4d850e7d Mon Sep 17 00:00:00 2001 From: csmali Date: Fri, 5 Jan 2018 14:05:09 +0300 Subject: [PATCH 2/3] README added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d2aa0f4c..809d2924 100755 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Standalones ---- Standalones are now available here: https://github.com/AlessandroZ/LaZagne/releases/ +Installation +---- +``` +pip install -r requirement.txt +``` + Usage ---- * Retrieve version From 6bc1bd3572f1db8ada1011f96583ff189aa8ba2d Mon Sep 17 00:00:00 2001 From: csmali Date: Fri, 5 Jan 2018 14:13:15 +0300 Subject: [PATCH 3/3] Requirements link is added to readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 809d2924..699da4da 100755 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Standalones are now available here: https://github.com/AlessandroZ/LaZagne/relea Installation ---- +Requirements are available here: https://github.com/AlessandroZ/LaZagne/wiki/Requirements ``` pip install -r requirement.txt ```