Skip to content

Commit

Permalink
Update installation instructions for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg authored and Redmar van den Berg committed Sep 22, 2021
1 parent 4a41e23 commit f8873aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,18 +179,18 @@ The second problem we encounter is that the gene sets have become larger. Before

## Installation ##
### Debian, Ubuntu and derivatives ###
FuMa requires Python 2.7, depends on HTSeq and can be obtained via git. We recommand the following commands to install FuMa (on Ubuntu and Debian derivate systems):
FuMa requires Python 3, depends on HTSeq and can be obtained via git. We recommand the following commands to install FuMa (on Ubuntu and Debian derivate systems):

sudo apt-get install build-essential python-dev git python-pip
sudo apt-get install build-essential python3-dev git python3-pip
sudo pip uninstall fuma

git clone https://github.com/yhoogstrate/fuma.git

cd fuma

python setup.py build
python setup.py test
sudo python setup.py install
python3 setup.py build
python3 setup.py test
sudo python3 setup.py install

fuma --version

Expand Down

0 comments on commit f8873aa

Please sign in to comment.