Install PhySpeTree in your favorite ways

For the linux platform

1. PyPI

$ pip install PhySpeTree

or download and install:

$ pip install PhySpeTree-*.tar.gz

To upgrade to the latest version:

$ pip install --upgrade PhySpeTree

2. GitHub

$ git clone git@github.com:yangfangs/physpetools.git
$ cd physpetools
$ python setup.py install

or download and install:

$ pip install physpetools-*.tar.gz

For other operating systems

  • for other operating systems such as Windows OS or Mac OS, we packaged all PhySpeTree run environment as a Docker image by docker technology.

Dependence

Get PhySpeTree image

  • When Docker are running in your operating system, you can use Docker command to pull the PhySpeTree latest version image as follow:
$ docker pull yangfangs/physpetree:v0.3.9