Commit eaddeb9d authored by Matej Lexa's avatar Matej Lexa
Browse files

Update README.md for user-space installation of GenomeTools

parent ed633fc7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -45,6 +45,15 @@ make
sudo apt-get install genometools
sudo apt-get install libgenometools0 libgenometools0-dev
```
For user-space installation use:

```
git clone https://github.com/genometools/genometools.git
cd genometools
make -j4
make -j4 install prefix=~/gt
```
See GenomeTools repository for modifications and trouble-shooting of the installation procedure

#### python requirements using pip3