diff --git a/README.md b/README.md index 3bcad6a..8326996 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,6 @@ Spatial Transcriptomics (ST) techniques provide gene expression close to or even ## Graphical abstract -## Requirement -R >= 4.0.2, Rcpp, distances, dplyr. - -Python >= 3.7, pandas, scikit-image, numpy, scipy, scikit-learn, tables. - ## Installation We strongly recommend using a python virtual env to manage the installation of this algorithm. To do this simply run: @@ -25,7 +20,9 @@ git clone [repo_path] cd [path/to/sprod] pip install . ``` -After this, install R >= 4.0.2 and the requred R packages. (If you don't already have those in your system.) +Sprod contains scripts written in R and C++, and thus please make sure you have the following dependencies in your system. + +R >= 4.0.2, Rcpp, distances, dplyr. The total installation time is around 10 mintunes. If error occuors please upgrade pip and try again.