TheochemUI / eOn

eOn v3 and beyond
https://theochemui.github.io/eOn/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

MAINT,BLD: Clean install #124

Closed HaoZeke closed 2 months ago

HaoZeke commented 2 months ago

Closes #123.

Simplifies the usage instructions to:

micromamba create -f environment.yml
micromamba activate eongit
meson setup bbdir --prefix=$CONDA_PREFIX
meson install -C bbdir

Which can be used very naturally (no need to set paths), except that instead of eon the server is now called through python -m eon.server.

HaoZeke commented 2 months ago

Needs a release note. Following the NumPy convention, release notes are per PR, not per issue.