Reference: https://www.tensorflow.org/install/pip
cmd λλ anaconda prompt λ₯Ό μ€ννλ€.
> conda create -n tensorflow python=3.6 anaconda
μ 'tensorflow' λ κ°μνκ²½μ μ΄λ¦μ΄λ€.
> conda info --envs
κ°μνκ²½ 'tensorflow λ₯Ό activate νλ€.
> activate tensorflow
> pip install --upgrade tensorflow
> python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"
File>Settings
Project:PyCharmProjects>Project Interpreter
ν±λλ₯Ό ν΄λ¦νκ³ add λ₯Ό ν΄λ¦νλ€.
System Interpreter>Interpreter>
κ°μνκ²½ directory μ μλ python.exe λ₯Ό μ ννλ€.