@kwilcox asked me to let him know where documentation would be helpful. If it's OK, I'd like to track it here.
First up, Installation. For instance, I did:
conda create -n pyocean pip
source activate pyocean
git clone https://github.com/pyoceans/pocean-core
cd pocean-core
conda install --file requirements.txt -c conda-forge
pip install -e ~/Desktop/code/pocean-core