Skip to content

Latest commit

 

History

History
 
 

Terminal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

AngouriMath Terminal

This is desktop-targeted convenient CLI for AngouriMath. The idea is to provide convenient easy-to-use and lightweight terminal to run some basic calculations in it.

The interface language is F#. If you're not familiar with it, check out a Jupyter notebook, an interactive graphical notebook to working with AngouriMath.

gif

Installation

It is available on NuGet, install it via

dotnet tool install --global AngouriMath.Terminal --version versionyoulike

To uninstall it, run

dotnet tool uninstall --global AngouriMath.Terminal

You need to have at least .NET 5 SDK.

Nightly builds are here.