instal tensorflow with version code example
Example 1: how to pip install tensorflow
py -m pip install tensorflow
# contact me on discord if you need any help deep#3775
Example 2: how to install older version of tensorflow
pip install tensorflow=="version you want to install"