Skip to content
Snippets Groups Projects
Commit 5e732bc6 authored by Christophe  BECAVIN's avatar Christophe BECAVIN
Browse files

Update INSTALL.txt

parent 3f33b94d
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ git clone git@gitlab.pasteur.fr:cbecavin/MeRIPSeq.git
#### Install dependencies
## Python install
#Our scripts use HTSeq library which run only on python 2.7
#We recommend to use Anaconda : https://docs.anaconda.com/anaconda/install/ to manage an installation of Python 2.7. By default Python will be install with version 3.6
#Prerequisite - Install Anaconda
#Create a conda environment with python 2.7
# Our scripts use HTSeq library which run only on python 2.7
# We recommend to use Anaconda : https://docs.anaconda.com/anaconda/install/ to manage an installation of Python 2.7. By default Python will be install with version 3.6
# Prerequisite - Install Anaconda
# Create a conda environment with python 2.7
conda create --name py27 python=2.7
source activate py27
conda install numpy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment