Skip to content

Commit bdb4d64

Browse files
committed
Update installation.rst
1 parent 4af776d commit bdb4d64

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/installation.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ You can install pyfastx via the Python Package Index (PyPI) (**recommended**) or
55

66
Make sure you have installed both `pip <https://pip.pypa.io/en/stable/installing/>`_ and Python before starting.
77

8-
Currently, ``pyfastx`` supports Python 3.5, 3.6, 3.7, 3.8, 3.9 and can work on Windows, Linux, MacOS.
9-
10-
.. warning::
11-
12-
Python 2.7 has been retired. Python 3.4 has now reached its end-of-life and has been retired
13-
8+
Currently, ``pyfastx`` supports Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and can work on Windows, Linux, MacOS.
149

1510
Install from PyPI
1611
-----------------
@@ -44,12 +39,7 @@ On Ubuntu
4439
apt install zlib1g-dev
4540
apt install libsqlite3-dev
4641

47-
On MacOS
48-
49-
::
50-
51-
brew install zlib
52-
brew install sqlite3
42+
On Windows and MacOS, it will automatically download zlib and sqlite3 library to build.
5343

5444

5545
Second, clone pyfastx using ``git`` or download latest `release <https://github.com/lmdu/pyfastx/releases>`_:

0 commit comments

Comments
 (0)