From 8768dbf2ff75161c8656cb60be8e52daa730d74a Mon Sep 17 00:00:00 2001 From: cl-ement05 Date: Sun, 11 Apr 2021 22:47:27 +0200 Subject: [PATCH] uptaded readme according to auto imports --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3473ee9..53e8a52 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,12 @@ Feel free to commit improvements and enjoy ! -## Requirements +## Requirements (**only choose one of the two options in the bulleted list below**) +* Install modules manually 1. printy module which can be installed with ```pip3 install printy``` 2. rsa module which can be installed with `pip3 install rsa` +* Let ZCrypt automatically fetch and install modules for you +1. have the `pip3` command installed and available (see [pip docs](https://pip.pypa.io/en/stable/installing/) to install) # Special thanks Edraobdu for his amazing [printy module](https://github.com/edraobdu/printy)