Skip to content
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ Although clinical applications represent the next challenge in single-cell genom
![plot](./img/plot.png)


Current version for PILOT is 2.0.6
Current version for PILOT is 2.0.7

## Installation
The easiest way to install PILOT and the required packages is using the following way:

```terminal
git clone https://github.com/CostaLab/PILOT.git
cd PILOT
conda create --name PILOT python=3.11.5 r-base
conda create --name PILOT python=3.14.3
conda activate PILOT
pip install .
conda install -c conda-forge rpy2
```
Once you've completed these steps, you can proceed to run the tutorials and explore the features of PILOT.
When doing so, remember to move to the tutorial folder, as all the work will be performed there:
Expand Down Expand Up @@ -52,4 +51,3 @@ You can access the used data sets by PILOT in Part 1 [![DOI](https://zenodo.org/




Loading