From d6987c06f48b61352289181954f5a436c5f2379f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 21 Nov 2024 15:48:24 +0100 Subject: Docs: Move to Mkdocs & Codeberg pages --- docs/src/gettingstarted/building/python.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/src/gettingstarted/building/python.md (limited to 'docs/src/gettingstarted/building/python.md') diff --git a/docs/src/gettingstarted/building/python.md b/docs/src/gettingstarted/building/python.md deleted file mode 100644 index 03e064a..0000000 --- a/docs/src/gettingstarted/building/python.md +++ /dev/null @@ -1,15 +0,0 @@ -# Python wrapper - -To build the python wrapper issue the following command (in the root directory of the eduvpn-common project): - -```bash -make -C wrappers/python -``` - -This uses the makefile in `wrappers/python/Makefile` to build the python file into a wheel placed in `wrappers/python/dist/eduvpncommon-[version]-py3-none-[platform].whl`. Where version is the version of the library and platform is your current platform. - -The wheel can be installed with `pip`: - -```bash -pip install ./wrappers/python/dist/eduvpncommon-[version]-py3-none-[platform].whl -``` -- cgit v1.2.3