Installation
Install pyself from pypi index
If you'd like to obtain a tagged release version of pySELF (recommended), pySELF can be installed using pip
.
pip install pyself==0.0.0
Install experimental version of pySELF
If you'd like to install a more experimental version of pySELF, you can clone the pySELF repository to your workstation and install with pip
.
git clone https://github.com/fluidnumerics/pyself ~/pyself
cd ~/pyself
git checkout <branch>
pip install --user . --upgrade
In the above example, you can change <branch>
to the desired branch you want to experiment with.