From 1adf2a6c5d1cd3614fe954b17082a14852ee4171 Mon Sep 17 00:00:00 2001 From: Michał Zimniewicz Date: Fri, 23 Feb 2018 00:29:59 +0100 Subject: Create requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4dd16c5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +requests==2.18 +beautifulsoup4==4.6 +cached-property==1.3.1 -- cgit v1.2.3 From 2cd4fa8869c487ec19faad027c4dade4bddc11fd Mon Sep 17 00:00:00 2001 From: Michał Zimniewicz Date: Fri, 23 Feb 2018 00:31:40 +0100 Subject: Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cedb74..86f9d7b 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,9 @@ Wymagania systemowe Dla wersji skompilowanej: jakiś współczesny system rodziny MS Windows. Dla wersji skryptowej: - * Python 2.x ze standardowym zestawem bibliotek + * Python 2.7.x, co najmniej 2.7.9, ze standardowym zestawem bibliotek * MySQL connector dla Pythona - * moduł requests - * moduł BeautifulSoup4 + * `pip install -r requirements.txt` Instalacja ---------- -- cgit v1.2.3