remove duplicate text from INSTALL.md

This commit is contained in:
Andrew Bocz Jr 2021-01-19 23:36:59 -05:00 committed by Nick Black
parent 5c97b494a1
commit d73bc392ab

View File

@ -18,10 +18,6 @@ If you only intend to build core Notcurses (without multimedia support), run:
`apt-get install build-essential cmake libncurses-dev libreadline-dev libqrcodegen-dev pandoc pkg-config`
If you only intend to build core Notcurses (without multimedia support), run:
`apt-get install build-essential cmake libncurses-dev libreadline-dev libqrcodegen-dev pandoc pkg-config`
If you want to build the Python wrappers, you'll also need:
`apt-get install python3-cffi python3-dev python3-pypandoc python3-setuptools`