From f12ff2a882a2d71836ec8a932b45e050b87b5fb5 Mon Sep 17 00:00:00 2001 From: Lena Bertho <23459846+Baduit@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:45:03 +0200 Subject: [PATCH] Update build/install instruction in the readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 853b3f8..8f535e9 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,11 @@ Some additional documentation can be found in `cydoomgeneric/cydoomgeneric.pyx`. ## Building -The following python packages are required: `numpy cython`. - To build and install cydoomgeneric, run the following commands: ``` $ cd cydoomgeneric -$ python setup.py install +$ pip install . ``` ## Demo Screenshots