1. Download and install Python from here:
[url:3ai0p3ic]https://www.python.org/ftp/python/3.6.2/python-3.6.2.exe[/url:3ai0p3ic]
2. Install TensorFlow for Python:
From a cmd window execute this:
pip3 install --upgrade tensorflow
3. Create this file:
tf.py
[code=fw:3ai0p3ic][/code:3ai0p3ic]
4. from a cmd window execute:
python tf.py
You will get:
b'Hello world'
↧