CEMeNT-PSAAP / MCDC

MC/DC: Monte Carlo Dynamic Code
https://mcdc.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

Conda environment management deprecation #218

Open jpmorgan98 opened 1 month ago

jpmorgan98 commented 1 month ago

After a bunch of conversations it seems like the environment management on HPCs as well as personal devices (esp on mac-arm-64 and win-x86-64) is using Python venvs to manage the environment.

On HPCs this will work by importing a python module from their system, creating a venv, and then using pip to install all dependencies. I plan on chaining the install instructions at next version release to simplify things on this front. venv ships on most Python distributions.