From 835649c83e8269904f6349a81feb1081be0058d0 Mon Sep 17 00:00:00 2001 From: CharlieArc Date: Sat, 29 May 2021 09:32:19 -0700 Subject: [PATCH] update Getting Started to refer to wiki on GitHub The wiki on GitHub is a great resource especially for new Python.NET users. Make sure the 'Getting Started' section lists it along with other examples so a new user can find all the awesomesauce there (e.g. "Calling a Dynamic Library", short and extended tutorials, etc.) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1b5f88..47189ce 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A good way to start is to interactively explore .NET usage in python interpreter by following along with the examples in this document. If you get stuck, there are also a number of demos and unit tests located in the source directory of the distribution that can be helpful as examples. +Additionally, refer to the [wiki on GitHub][79], especially the **Tutorials** there. ## Importing Modules @@ -650,3 +651,5 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org) [77]: http://github.com/pythonnet/pythonnet [78]: https://github.com/pythonnet/pythonnet/wiki/Installation + +[79]: https://github.com/pythonnet/pythonnet/wiki