Skip to content

Commit

Permalink
README: Don't mention Python 2.6/2.7, just generic "older" Python
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Mar 22, 2019
1 parent 7cc522e commit fa86632
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,18 @@ If you have difficulty with any of these wrappers, please `let me know
Installation
============

CNVkit runs on Python 2.7 and later. Your operating system might already provide
CNVkit runs on Python 3.5 and later. Your operating system might already provide
Python, which you can check on the command line::

python --version

If your operating system already includes Python 2.6, I suggest either using
``conda`` (see below) or installing Python 2.7 or 3.6 alongside the existing
Python 2.6 instead of attempting to upgrade the system version in-place. Your
package manager might also provide Python 3.
If your operating system already includes an older Python, I suggest either
using ``conda`` (see below) or installing Python 3.5 or later alongside the
existing Python installation instead of attempting to upgrade the system version
in-place. Your package manager might also provide Python 3.5+.

To run the recommended segmentation algorithms CBS and Fused Lasso, you will
need to also install the R dependencies (see below). With ``conda``, these are
included automatically.
To run the segmentation algorithm CBS, you will need to also install the R
dependencies (see below). With ``conda``, this is included automatically.

Using Conda
-----------
Expand Down

0 comments on commit fa86632

Please sign in to comment.