1) Open Anaconda Prompt
2) Type in "pip install tensorflow==2.0.0-alpha0"
3) You should get this:
import tensorflow as tf
print(tf.__version__)
2.0.0-alpha0
import tensorflow.keras as K
print(K.__version__) # tf means Tensorflow Backend
2.2.4-tf