Skip to content

Commit

Permalink
lxml is no longer used
Browse files Browse the repository at this point in the history
Remove from requirements and installation docs

Related: florianfesti#241
  • Loading branch information
florianfesti committed Jun 7, 2021
1 parent c11f3e9 commit 4449c2c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
5 changes: 0 additions & 5 deletions documentation/src/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ Markdown
:code:`Markdown` (package name may be :code:`python-markdown` or
:code:`python3-markdown`) is used to format the description texts.

LXML
....

:code:`lxml` (package name may be :code:`python-lxml` or :code:`python3-lxml`)
is needed for the Inkscape plugin.

setuptools
..........
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/install/macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General

.. code::
pip3 install Markdown lxml affine
pip3 install Markdown affine
4. Download Boxes.py via Git:

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/install/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Following steps are known to work under Windows 10 (64-bit):
:alt: Screenshot of Python 3.7 (64-bit) installer with PATH checked
:align: center

3. Run the command :code:`pip install Markdown lxml affine`
3. Run the command :code:`pip install Markdown affine`
(Note: If the command pip is not found, you probably forgot to add the
Python installation to the PATH environment variable in step 2)

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
affine
markdown
lxml
setuptools
sphinx
sphinx

0 comments on commit 4449c2c

Please sign in to comment.