diff --git a/README.md b/README.md index 49502b0..3ad21f9 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,12 @@ gpg --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192 gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16126D3A3E5C1192 ``` + + +

2. Installaing packeges and dependencies

+ +```shell script +sudo add-apt-repository ppa:launchpad/ppa && sudo apt-get update +apt-get install -y python python-crypto python3-pycurl python-openssl tesseract-ocr libmozjs-68-0 libmozjs-68-dev +sudo apt-get install -f +```