fslaborg / Deedle

Easy to use .NET library for data and time series manipulation and for scientific programming
http://fslab.org/Deedle/
BSD 2-Clause "Simplified" License
937 stars 195 forks source link

how to install Deedle in ubuntu? #474

Closed Sallybaby closed 5 years ago

Sallybaby commented 5 years ago

how to install Deedle in ubuntu?

alexpantyukhin commented 5 years ago

I think you have to install .netcore first. Hope the following link could help : https://dotnet.microsoft.com/download/linux-package-manager/ubuntu18-10/sdk-current

zyzhu commented 5 years ago

You may take a look at Get started with F# with core cli after installing dotnet sdk on ubuntu. https://docs.microsoft.com/en-us/dotnet/fsharp/get-started/get-started-command-line

Then add Deedle package using cli or edit csproj/fsproj directly.