This commit is contained in:
gauthiier
2025-09-21 07:19:06 +02:00
parent cc1c7ec065
commit e944129627
4 changed files with 57 additions and 28 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
# Mathematics & Artifice
Site logics of "Mathematics & Artifice"
Site logics of "Mathematics & Artifice"
'''
> python -m venv venv
> source venv/bin/activate
> pip install -r requirements.txt
> python make.py
'''