Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. conda create --name tensorflow python=3.5
  2. activate tensorflow
  3. conda install jupyter
  4. conda install scipy
  5. pip install tensorflow
  6. # or
  7. # pip install tensorflow-gpu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement