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 ``` diff --git a/TODO.md b/TODO.md index facb4ef..b9e4913 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 +-include the python embedable package in haxelib