This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
flye-software [2019/04/10 20:36] aorth created |
flye-software [2020/10/10 10:05] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 2.4.2 | + | * Version: 2.8.1 |
| * Added: April, 2019 | * Added: April, 2019 | ||
| + | * Updated: October, 2020 | ||
| * Link: https:// | * Link: https:// | ||
| Line 14: | Line 15: | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| $ flye</ | $ flye</ | ||
| - | Note: you can control the number of CPU threads used by flye with the '' | + | Note: you can control the number of CPU threads used by flye with the '' |
| ===== Installation ====== | ===== Installation ====== | ||
| Line 24: | Line 25: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf 2.4.2.tar.gz | + | $ tar xf 2.8.1.tar.gz |
| - | $ cd Flye-2.4.2 | + | $ cd Flye-2.8.1 |
| - | $ mkdir -p / | + | $ sudo mkdir -p / |
| - | $ chown aorth / | + | $ sudo chown aorth / |
| - | $ python2 | + | $ python3 setup.py install --prefix=/ |
| - | $ source / | + | $ sudo chown -R root:root / |
| - | $ python setup.py build | + | |
| - | $ python setup.py install | + | Note: I tried to install this using a python3 virtual environment but it gave me strange errors. As flye doesn' |
| - | $ sudo chown -R root:root / | + | |