From 85726f31d792c626c9e026e536d33c5e210581cf Mon Sep 17 00:00:00 2001 From: Wojciech Graj Date: Wed, 10 May 2023 02:19:23 +0200 Subject: [PATCH] Edit README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 227e9e3..6623129 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Python bindings for [doomgeneric](https://github.com/ozkl/doomgeneric) with ease To try it you will need a WAD file (game data). If you don't own the game, shareware version is freely available. +cyDoomGeneric should run on Linux, MacOS, and Windows. + ## Porting You must implement the `draw_frame` and `get_key` functions. @@ -43,8 +45,6 @@ Some additional documentation can be found in `cydoomgeneric/cydoomgeneric.pyx`. ## Building -Currently the project only runs on Linux (and potentially osx). - The following python packages are required: `numpy cython`. To build and install cydoomgeneric, run the following commands: