This commit is contained in:
gauthiier
2025-09-21 07:32:21 +02:00
parent 5ed1a6ebd7
commit 2e2da08a09
4 changed files with 20 additions and 7 deletions
+15 -2
View File
@@ -2,9 +2,22 @@
Site logics of "Mathematics & Artifice"
'''
Setup:
```
> python -m venv venv
> source venv/bin/activate
> pip install -r requirements.txt
> python make.py
'''
```
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
```