Update DynarePython authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -54,6 +54,9 @@ Proposed changes to the preprocessor should follow our [[CodingGuidelines]], bot
### Decide about the distribution of Dynare Preprocessor for Python (should be transparent to the Python user who installs the Dynare Python package)
- Ideally, installing the Dynare Python package should automatically download the binary Preprocessor adapted to the user's platform (as in Julia)
- There already exists a Dynare preprocessor package for Conda, created and maintained by Pablo Winant
- [Conda forge feedstock](https://github.com/conda-forge/dynare-preprocessor-feedstock)
- [Original pull request against Conda forge recipes](https://github.com/conda-forge/staged-recipes/pull/24280)
### Check that a Python package can call Python code that it generated itself
- In Julia, this raise a `world age issue`
......
......