24 lines
380 B
Markdown
Raw Normal View History

2025-09-21 06:54:25 +02:00
# Mathematics & Artifice
2025-09-21 06:51:53 +02:00
2025-09-21 07:19:06 +02:00
Site logics of "Mathematics & Artifice"
2025-09-21 07:32:21 +02:00
Setup:
```
2025-09-21 07:19:06 +02:00
> python -m venv venv
> source venv/bin/activate
> pip install -r requirements.txt
> python make.py
2025-09-21 07:32:21 +02:00
```
Fetch bibliography (make sure conf.yml is set/valid):
```
> python fetch_bib.py
> python make.py
```
Fetch events (make sure conf.yml is set/valid):
```
> python fetch_ics.py
> python make.py
```