Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

hyperlink update in setup_instruction.md #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup/setup_instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ os.environ['TF_CPP_MIN_LOG_LEVEL']='2'

- If you want to install TensorFlow from sources, keep in mind that TensorFlow doesn't officially support building TensorFlow on Windows. On Windows, you may try using the highly experimental Bazel on Windows or TensorFlow CMake build.

Below is a simpler instruction on how to install TensorFlow on macOS. If you have any problem installing Tensorflow, feel free to post it on [Piazza](piazza.com/stanford/winter2018/cs20)
Below is a simpler instruction on how to install TensorFlow on macOS. If you have any problem installing Tensorflow, feel free to post it on [Piazza](https://piazza.com/stanford/winter2018/cs20)

If you get “permission denied” error in any command, use “sudo” in front of that command.

Expand Down Expand Up @@ -84,4 +84,4 @@ If you have problem with using Matplotlib in virtual environment, here are two s
Go there and create a file ~/.matplotlib/matplotlibrc there and add the following code: ```backend: TkAgg```
2. After importing matplotlib, simply add: ```matplotlib.use("TkAgg")```

If you run into more problems, feel free to post your questions on [Piazza](https://piazza.com/stanford/winter2018/cs20) or email us [email protected].
If you run into more problems, feel free to post your questions on [Piazza](https://piazza.com/stanford/winter2018/cs20) or email us [email protected].