Requirements: python 3.6.5, tensorflow.
Create virtual environment in python
D:\Programs\virtualEnvironments>py -3 -m venv D:\Programs\virtualEnvironments\style-transfer
./style-transfer/Scripts/activate.bat
https://www.python.org/downloads/release/python-365/
easy_install pip — install pip when there are none
Getting python to work with new version of pip, how?
python -m pip install -U pip