From 8e68d2abc5f86fc08a90667361833740f302b61a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bodor=20M=C3=A1t=C3=A9?= <bodor.mate@kszk.bme.hu>
Date: Tue, 26 Mar 2019 18:58:27 +0100
Subject: [PATCH] v0.09

---
 PITCHME.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/PITCHME.md b/PITCHME.md
index 842db85..cbcbce5 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -38,7 +38,8 @@ Note:
 
 ---
 
-KÉP: https://cdn-images-1.medium.com/max/800/0*_e09A-2xg4x7PG_A.
+![Python is awsome!](https://cdn-images-1.medium.com/max/800/0*_e09A-2xg4x7PG_A.)
+KÉP: 
 
 ---
 
@@ -130,26 +131,25 @@ pip install flake8/black
 ### Virtualenv
 
  - saját környezet minden projekthez
-    -
-    -
-
+    -a
+    -b
 
  - Windows:
 
-```cmd
+```
 python -m venv venv
 ```
 
-```cmd
+```
 venv\Scripts\activate.bat
 ```
 
 - Linux:
-```bash
+```
 python3 -m venv venv
 ```
 
-```bash
+```
 source venv\bin\activate.bat
 ```
 
-- 
GitLab