From 9e8d6d3dd61ebb0b019ce6bbb1ee84c31aef1708 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 16 Nov 2020 06:52:12 +0000 Subject: [PATCH] update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82e4ebb..9ffa2c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Bindings for Raylib 2.6 +# Python Bindings for Raylib 3.x New CFFI API static bindings. Faster, fewer bugs and easier to maintain than ctypes. @@ -8,6 +8,8 @@ New CFFI API static bindings. Faster, fewer bugs and easier to maintain than ct # Install +## Install from Pypi (easiest) + **Windows 10 (64 bit): Python 3.6 - 3.8** **MacOS: Python 3.6 - 3.8** @@ -18,9 +20,16 @@ We distribute a statically linked Raylib library, install from Pypi. pip3 install raylib +## Install from github + +The version on Pypi may not always be up to date. If you want to test the very latest version, +clone the git repo and make a symlink to the `raylib` directory in your current project directory. + +## Build from source + If you're a different version of Python, or a Linux with incompatible libraries then you can either *use the dynamic binding only* or else you will have to build from source. Download, compile -and install Raylib 2.6 then +and install Raylib then cd raylib/static python3 build_linux.py