Mojo-Numerics-and-Algorithms-group / NuMojo

NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
86 stars 15 forks source link

[doc] Add guidance on installation via `-I` and LSP #56

Closed forFudan closed 2 months ago

forFudan commented 2 months ago

In readme file, add guidance on installing and using NuMojo via -I.

And guidance on how to include NuMojo into Mojo LSP in VSCode.

This provide a more flexible way to use and debug the package.