add git clone to setup instructions
This commit is contained in:
parent
6adbae4b57
commit
1b609b5f3a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue