Embeddings for dynamical systems.
Create a new conda virtual environment:
conda create -n phase2vec python=3.8
Activate the newly created environment:
conda activate phase2vec
Install this repo
For production usage:
pip install git+https://github.com/nitzanlab/phase2vec.git
OR for development usage:
git clone https://github.com/nitzanlab/phase2vec.git # if you like to use git over https
pip install -e phase2vec