diff --git a/README.md b/README.md index 56d9bf7..9425f06 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,25 @@ # Installation ## Make sure you're running python version 3.10! +Installing python3.10 ```bash +sudo apt install software-properties-common -y sudo add-apt-repository ppa:deadsnakes/ppa -sudo apt update && sudo apt upgrade -y +sudo apt update -y +sudo apt upgrade -y sudo apt install python3.10 +sudo apt install pip3 +python3.10 --version +``` +## Installing dependencies +```bash +pip install -r requirements.txt +``` +## Run e2g.py +```bash +python3.10 e2g.py ``` -python e2g.py -pip3 install requests -pip3 install beautifulsoup4 -pip3 install colorama +# Usage +## +![e2g running](./e2gExample.png) diff --git a/e2gExample.png b/e2gExample.png new file mode 100644 index 0000000..d236d65 Binary files /dev/null and b/e2gExample.png differ