Installation ============ To use TENSION, first create a new virtual environment using conda: .. code-block:: console (.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`: .. code-block:: console (tension) $ cd [path to directory] (tension) $ git clone https://github.com/zhenruiliao/tension.git (tension) $ cd tension/ (tension) $ pip install -e . Installing from PyPI -------------------- .. code-block:: console (tension) $ pip install tension