Problem scenario
You want to test Ray. What should you do?
Answer
- Enter a virtaulenv. Use How Do You Install and Create a Virtual Environment? if necessary.
- Run this: $ pip3 install ray
- Run this: $ python3
- Run this (without the “”): import ray
- Run this (without the “”): ray.put(“Continual Integration”)
…