diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-08 16:03:50 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-07-08 16:03:50 +0200 |
| commit | a6cba736913dd78a8ac6907e0b0572cf90aee866 (patch) | |
| tree | 71209a03c7fddc268ed412c8d851a64d625bc520 /docs/src/api/python/README.md | |
| parent | 65dffc1f09af640417727d5d346e08edc6c2772e (diff) | |
RPM & Setup: Separate eduVPN and common name with a - or _
Diffstat (limited to 'docs/src/api/python/README.md')
| -rw-r--r-- | docs/src/api/python/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/api/python/README.md b/docs/src/api/python/README.md index 01a14a0..e15511f 100644 --- a/docs/src/api/python/README.md +++ b/docs/src/api/python/README.md @@ -1,10 +1,10 @@ # Python As the Go library is build as a *shared* library, it can be loaded by other languages. We have created wrapper code for Python to use this library. We define the functions and then give a similar example to the Go example. -The functions that we will discuss are all part of the `EduVPN` class defined in eduvpncommon.main. You can import it like so: +The functions that we will discuss are all part of the `EduVPN` class defined in `eduvpn_common.main`. You can import it like so: ```python -import eduvpncommon.main as eduvpn +import eduvpn_common.main as eduvpn # Then use eduvpn.EduVPN ``` |
