Installation

To use TENSION, first create a new virtual environment using conda:

(.venv) $ conda create -n tension python=3.7
(.venv) $ conda activate tension

Installing from GitHub

cd to a desired directory, clone the repo, and install using pip:

(tension) $ cd [path to directory]
(tension) $ git clone https://github.com/zhenruiliao/tension.git
(tension) $ cd tension/
(tension) $ pip install -e .

Installing from PyPI

(tension) $ pip install tension