From 65954104ad59fcf2f5240beaa714be9bcdee67d8 Mon Sep 17 00:00:00 2001 From: "Martin R. Albrecht" Date: Thu, 10 Aug 2023 17:26:28 +0100 Subject: [PATCH] remove all plain mentions of Cython --- Dockerfile | 1 - README.rst | 2 -- 2 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c4da6566..dfdc3c38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ RUN apt update && \ RUN git clone --branch $BRANCH https://github.com/fplll/fpylll && \ cd fpylll && \ - pip3 install Cython && \ pip3 install -r requirements.txt && \ pip3 install -r suggestions.txt && \ CFLAGS=$CFLAGS CXXFLAGS=$CXXFLAGS python3 setup.py build -j $JOBS && \ diff --git a/README.rst b/README.rst index b5015b91..364d6242 100644 --- a/README.rst +++ b/README.rst @@ -118,7 +118,6 @@ We indicate active virtualenvs by the prefix ``(fpylll)``. .. code-block:: bash - $ (fpylll) pip install Cython $ (fpylll) pip install -r requirements.txt to install the required Python packages (see above). @@ -224,7 +223,6 @@ The instructions are very similar to the manual ones above. .. code-block:: bash - $ (sage-sh) pip3 install Cython $ (sage-sh) pip3 install -r requirements.txt to install the required Python packages (see above).