diff --git a/README.md b/README.md index 130a539..31d0c7a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This python script downloads messages from an IMAP server, blindly parses them t ### Setup ```bash +git clone https://git.mandarynki.eu/maciej/zst-38-notatki +cd zst-38-notatki python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt