aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-10-17 09:46:42 +0200
committerGitHub <noreply@github.com>2021-10-17 09:46:42 +0200
commit14a333de8dfad3399a93ad4cfd3cbce95df85dcb (patch)
tree16218a439ccf89ffff67c77d0426b858a0816438
parent7ecfdcc93302be801486fe5444a0f269bb43891c (diff)
downloadjustice-14a333de8dfad3399a93ad4cfd3cbce95df85dcb.tar.gz
Update README.md
formatting
-rw-r--r--README.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/README.md b/README.md
index 7a5c1f5..44e9a56 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,7 @@ My first larger project, an application using Pyhon, Flask and SQLite to downloa
<h1>Installation</h1>
Download a zip file containing the whole repository and store it into a folder on your PC. You should preferably use a virtual environment.
-You will need the following packages:
-<ul>
- <li>requests</li>
- <li>send2trash</li>
- <li>lxml</li>
- <li>flask</li>
- <li>flask_sqlalchemy</li>
- <li>flask_table</li>
- <li>wtforms</li>
-</ul>
+See requirements.txt for required packages.
<h1>Running the application</h1>
Firstly, you need to download the open data from the Ministry of Justice and build the database. Run "python justice_build.py", which will download all the source files, create an SQLite database and parse the downloaded data into the database. Note that after the downloaded data are uncompressed, they are around 13 GB and the database file has around 3.6 GB. It takes approximately 1 hour to download the data and build the database.