3-manifolds / Sage_macOS

SageMath as a macOS application bundle.
152 stars 15 forks source link

simplifying instructions in releases #35

Closed dimpase closed 2 years ago

dimpase commented 2 years ago

https://github.com/3-manifolds/Sage_macOS/releases is not under version control, so I can only put it here, not as a PR

sage: libgap.eval('LoadPackage("PackageManager")')
sage: libgap.eval('InstallPackage("kbmag")')

can be written as

sage: libgap.LoadPackage("PackageManager")
sage: libgap.InstallPackage("kbmag")
culler commented 2 years ago

Thank you, Dima. I updated the release notes.