diff options
author | Michał Klichowicz <emkael@tlen.pl> | 2018-02-23 00:41:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 00:41:22 +0100 |
commit | 2f4f93417bd0f3f6886a2a04ec0ef2054633d6b3 (patch) | |
tree | f967bd699cdd2997c5c1157651dffad25fee9a6b /README.md | |
parent | 9cace0ad71aa1d53b443ae5685fb4817d705d7ca (diff) | |
parent | 2cd4fa8869c487ec19faad027c4dade4bddc11fd (diff) |
Merge pull request #15 from michzimny/master
Use pip's requirements, add missing requirement, update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 ---------- |