Skip to content
Snippets Groups Projects
Commit 54f0bc950060 authored by Pierre Augier's avatar Pierre Augier
Browse files

Setup PDM for 2022strat_polo_proj

parent 0c5cd11125dd
No related branches found
No related tags found
1 merge request!12Topic/default/update strat
......@@ -36,6 +36,8 @@
venv/
**/.pdm-python
**/_minted-*
.vscode/*
......
......@@ -14,6 +14,8 @@
export STRAT_TURB_TORO2022=/data/MyCore/2022strat-turb-toro
```
1. Install a virtual env with `pdm sync --clean` and activate it.
1. The command `make` should produce all Latex tables, figures and finally the
main pdf file `article.pdf`.
......
This diff is collapsed.
[project]
name = "2022strat_polo_proj"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "pierre.augier", email = "pierre.augier@univ-grenoble-alpes.fr"},
]
dependencies = [
"formattex",
"fluidsim>=0.8.4",
"fluidfft>=0.4.3",
"pyfftw>=0.15.0",
"jinja2>=3.1.4",
]
requires-python = "==3.11.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment