Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 780 Bytes

installation.rst

File metadata and controls

36 lines (22 loc) · 780 Bytes

Installation

You can install pytrf via the Python Package Index (PyPI) (recommended) or from source. Make sure you have installed both pip and Python before starting. Currently, pytrf supports Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11 and can work on Windows, Linux, MacOS. The command line tool depends on pyfastx.

Install from PyPI

pip install pytrf

Update to or install the latest version

pip install -U pytrf

Install from source

Clone pytrf using git or download latest release.

git clone https://github.com/lmdu/pytrf.git

Then cd to the pytrf folder and run install command:

cd pytrf
python setup.py install