From 8eb7061cad9f01d3ed5547b51626f861892d6b2b Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Fri, 1 Sep 2023 16:20:10 +0200 Subject: [PATCH] update the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6e9bb6b..51a592f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ const b = np.ones([2, 3], { dtype: np.int16 }); Then head to the [wiki](https://github.com/mmomtchev/pymport/wiki) for the full documentation. +Or go for the quickstart by learning from the [examples](https://github.com/mmomtchev/pymport/tree/main/examples). + +There is also a [medium stort](https://medium.com/@mmomtchev/using-numpy-and-pandas-in-node-js-88fe30080938) with a brief introduction. + # Supported Versions `pymport` is unit-tested on all combinations of: