This installation is tested on Ubuntu 18.04 LTS.
-
Clone the repository
git clone https://github.com/lmt-heterodyne/dreampy3.git -
Change into the dreampy3 directory
cd dreampy3/ -
Create a virtual environment
virtualenv -p python3 venv -
Activate the virtual environment
source venv/bin/activate -
Install the required libraries.
pip install -r requirements.txt -
Setup ipython profile
ipython profile create dreampy3 -
Launch dreampy3
ipython --profile=dreampy3