micb25 / corona-jena

Erfassung und Visualisierung der Corona-Fallzahlen für Thüringen.
https://www.michael-böhme.de/corona/
GNU General Public License v3.0
13 stars 2 forks source link

Install guide #11

Closed ghost closed 3 years ago

ghost commented 3 years ago

Wrote a small install guide and packed dependencies in .txt-file for faster contribution. I recommend using a virtual environment in python, so I added it to this guide.

jometzner commented 3 years ago

I saw that you git ignored .vscode folder. This brings me to the idea of using VSCode devcontainer to automate and isolate the setup you described. Just an idea. Let me know if I can contribute.

ghost commented 3 years ago

@jometzner sounds interesting. Never heart of it before. My first idea was a install script, which was because of sudo elevation a little bit difficult (different elevation levels) so I just created this guide. But with a devcontainer it would be much simpler.

But first the repo maintainer has to accept this PR. I have also a few more ideas to contribute. Yesterday I started with a threaded runner for all crawler- and post-processing-scripts.

jometzner commented 3 years ago

You can give it a try :smiley:

https://github.com/jometzner/corona-jena/pull/1