If you are on another platform and python3 + pip3 installed , just skip this ;)
python3 -V
sudo apt-get update && sudo apt-get -y upgrade
sudo apt-get install python3-pip
sudo apt-get install python3-venv
pyenv ~/virtualdir
cd ~/Virtualdir
source /bin/activate
pip3 install wheel
pip3 install pycrypto
pip3 install sqlalchemy
git clone -b f-dds gitpub@162.252.242.77:morphis.git
cd morphis
python3 node.py
git pull
starting the node and creating the first keypair within 'Dmail'
python3 node.py
lets start the node to get the webui on our ubuntu-machine: