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
- If you want to use PhySpeTree on other platforms, above all need to install docker on the appropriate platform.
- For Windows OS, you can install Docker for Windows.
- For Mac OS, you can install Docker for Mac.
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