From 325bf30c971000a69626712ad69d6d76b267f625 Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:21:00 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b518f93..c78d2bf 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ Haxe/hxcpp @:native bindings for Python ### Installation -For now 'hxpy' is available only via Git. To install please run - +via haxelib +```bash +haxelib install hxpy +``` +via git for the latest updates ```bash haxelib git hxpy https://github.com/Vortex2Oblivion/hxpy.git ``` From 246dd51cf15c7d7e1dc50062ceb199fe86a99622 Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:15:16 -0400 Subject: [PATCH 2/3] =?UTF-8?q?Don=E2=80=99t=20think=20I=E2=80=99m=20gonna?= =?UTF-8?q?=20do=20this?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO.md b/TODO.md index facb4ef..cf1f9ff 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,4 @@ -add the ability to extend python --switch the python c api to use that thing where github downloads a branch - -other stuff From 65ad158e32108e199107cc93841c267c3d77fa59 Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:01:02 -0400 Subject: [PATCH 3/3] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index cf1f9ff..b9e4913 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,4 @@ -add the ability to extend python --other stuff +-include the python embedable package in haxelib