- Python 3.6+ with the following libraries:
- radical.utils
numpypika[optional]- it would be necessary if processes of input setup and actual emulation process are separated either within a local machine or between different machines and RabbitMQ is used as a communication channel, thus RabbitMQ instance should be installed and running either locally or remotely
- Virtual environment
# python3 virtualenv
python3 -m venv ./dreamer
source ./dreamer/bin/activateOR
# conda virtualenv
conda create -n dreamer python=3.7 -y
conda activate dreamerradical.dreamerpackage
pip install git+https://github.com/radical-project/radical.dreamer.gitNOTE: For test purposes to have the latest (unstable) version please use
the devel branch
pip install git+https://github.com/radical-project/radical.dreamer.git@develPlease check the corresponding directory (examples/)