Skip to content

Commit

Permalink
remove all plain mentions of Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Aug 10, 2023
1 parent 7191591 commit 6595410
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 6595410

Please sign in to comment.