You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# if secret (PR created by repo collaborator) exists = paid features, else only free
50
-
if [[ -z "${GH_TOKEN_MATERIAL_INSIDERS}" ]]; then
51
-
echo "::warning:: L'accès aux token est réservé aux comptes avec droits d'écriture sur le dépôt. La version gratuite du thème est donc utilisée sans mots-clés, etc.)"
Copy file name to clipboardExpand all lines: README.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Sources et contenus du site de Geotribu, accessible via les URLs suivantes :
24
24
25
25
### Prérequis
26
26
27
-
- Python >= 3.9
27
+
- Python >= 3.12
28
28
29
29
#### Recommandés
30
30
@@ -39,19 +39,8 @@ python -m pip install -U pip
39
39
python -m pip install -U setuptools wheel
40
40
```
41
41
42
-
### Version gratuite
43
-
44
42
```bash
45
-
python -m pip install -U -r requirements-free.txt
46
-
```
47
-
48
-
#### Version Insiders
49
-
50
-
Pour utiliser la [version Insiders du thème Material for Mkdocs](https://squidfunk.github.io/mkdocs-material/insiders/), il faut disposer du *token* lié au compte GitHub de Geotribu :
0 commit comments