Closed talmo closed 3 weeks ago
This PR adds an environment.yml that produces a working conda environment across platforms and corresponding instructions in the README.
environment.yml
The only non-conda package that is used is for PySide6 since QtWebEngine is not yet available for Qt 6.x on conda-forge (https://github.com/conda-forge/qt-webengine-feedstock/pull/46).
PySide6
QtWebEngine
conda-forge
I didn't add anything to the docs in case you guys wanted to hold off on that before testing.
Tested on M1 chip with python version --3.10.15:
All OK ✅
This PR adds an
environment.yml
that produces a working conda environment across platforms and corresponding instructions in the README.The only non-conda package that is used is for
PySide6
sinceQtWebEngine
is not yet available for Qt 6.x onconda-forge
(https://github.com/conda-forge/qt-webengine-feedstock/pull/46).I didn't add anything to the docs in case you guys wanted to hold off on that before testing.