# Setup
cd\
R:
mkdir tf2.8 # name of virtual env
cd tf2.8 # move into it
python -m virtualenv . # note the dot for "current" directory
.\Scripts\activate # activate
# Check
pip freeze
pip install tensorflow Keras_Applications