24 lines
380 B
Markdown
24 lines
380 B
Markdown
# Mathematics & Artifice
|
|
|
|
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
|
|
```
|