Skip to content

Commit 77af777

Browse files
Update Getting Started to refer to wiki on GitHub (#20)
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.)
1 parent e5f510a commit 77af777

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ A good way to start is to interactively explore .NET usage in python
7272
interpreter by following along with the examples in this document. If you
7373
get stuck, there are also a number of demos and unit tests located in the
7474
source directory of the distribution that can be helpful as examples.
75+
Additionally, refer to the [wiki on GitHub][79], especially the **Tutorials** there.
7576

7677
## Importing Modules
7778

@@ -650,3 +651,5 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
650651
[77]: http://github.com/pythonnet/pythonnet
651652

652653
[78]: https://github.com/pythonnet/pythonnet/wiki/Installation
654+
655+
[79]: https://github.com/pythonnet/pythonnet/wiki

0 commit comments

Comments
 (0)