aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.