Skip to content

Commit 7db1db5

Browse files
authored
Added reference to Nuget
1 parent 5811b3a commit 7db1db5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ var result = np.cos(m);
4848
// get the floating point data of the result NDarray back to C#
4949
var data = result.GetData<double>(); // double[] { 0.54030231, -0.41614684, -0.9899925 , -0.65364362 }
5050
```
51+
## Installation
52+
53+
Just reference [Numpy](https://www.nuget.org/packages/Numpy/1.0.0) via Nuget and you are good to go. Thanks to [Python.Included](https://github.com/henon/Python.Included) it doesn't require a local Python installation or will not clash with existing installations.
5154

5255
## Numpy.NET vs NumSharp
5356

0 commit comments

Comments
 (0)