Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 368 Bytes

how_to_config_environment.md

File metadata and controls

8 lines (8 loc) · 368 Bytes
  • install anaconda or miniconda first
  • if you are using Windows, please enter anaconda at the left-bottom search bar and use the Anaconda Prompt to continue
  • create a virtual environment conda create -n language_style_transfer python=3.5
  • activate the environment conda activate language_style_transfer
  • install tensorflow using pip pip install