From 8dbbcc3d820b35ca6403fdac3dd27ca746be37e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 8 Sep 2019 20:33:12 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5752c0d..55b65e3 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,9 @@ are Linux-only, and running the full test suite will require access to a Linux b # Installation ~~~ -python setup.py install -~~~ - -OR - -~~~ -pip install . +git glone https://github.com/CIRCL/PyCIRCLean.git +cd PyCIRCLean +pip install -e . ~~~ # How to use PyCIRCLean From c9d0dd9d4e477928de2025da8de2328da7c9e8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 8 Sep 2019 20:33:28 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b65e3..56d84fa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PyCIRCLean is the core Python code used by [CIRCLean](https://github.com/CIRCL/Circlean/), an open-source USB key and document sanitizer created by [CIRCL](https://www.circl.lu/). This module has been separated from the device-specific scripts and can be used for dedicated security applications to sanitize documents from hostile environments -to trusted environments. PyCIRCLean is currently Python 3.3+ compatible. Also, while [kittengroomer](./kittengroomer) can +to trusted environments. PyCIRCLean is currently Python 3.6+ compatible. Also, while [kittengroomer](./kittengroomer) can run on any platform supported by python-magic/libmagic, [filecheck.py](./filecheck/filecheck.py) has some dependencies that are Linux-only, and running the full test suite will require access to a Linux box or VM. From fe810dc83a56c13b95a0ea444838e93a9138c2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 13 Sep 2019 01:08:50 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56d84fa..4e46e3e 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ are Linux-only, and running the full test suite will require access to a Linux b # Installation ~~~ -git glone https://github.com/CIRCL/PyCIRCLean.git +git clone https://github.com/CIRCL/PyCIRCLean.git cd PyCIRCLean -pip install -e . +pip3 install -e . ~~~ # How to use PyCIRCLean