Skip to content

Installation Options

Mikko Kotila edited this page Dec 2, 2018 · 3 revisions

Creating a python virtual environment

virtualenv -p python3 talos_env

Creating a conda virtual environment

conda create --name talos_env

Install latest from PyPi

pip install talos

Install a specific version from PyPi

pip install talos==0.4.3

Upgrade installation from PyPi

pip install -U

Install from monthly

pip uninstall talos

pip install git+https://github.com/autonomio/talos@dev

Install from weekly

pip uninstall talos

pip install git+https://github.com/autonomio/talos@dev

Install from daily

pip uninstall talos

pip install git+https://github.com/autonomio/talos@daily-dev

Uninstall talos

pip uninstall talos