diff --git a/setup/setup_instruction.md b/setup/setup_instruction.md index 6afcf0c9..fd890ee4 100644 --- a/setup/setup_instruction.md +++ b/setup/setup_instruction.md @@ -1,4 +1,4 @@ -Please follow the official instruction to install TensorFlow [here](https://www.tensorflow.org/install/). For this course, I will use Python 3.6 and TensorFlow 1.4. You’re welcome to use either Python 2 or Python 3 for the assignments. The starter code, though, will be in Python 3.6. You don't need GPU for most code examples in this course, though having GPU won't hurt. If you install TensorFlow on your local machine, my ecommendation is always set up Tensorflow using virtualenv. +Please follow the official instruction to install TensorFlow [here](https://www.tensorflow.org/install/). For this course, I will use Python 3.6 and TensorFlow 1.4. You’re welcome to use either Python 2 or Python 3 for the assignments. The starter code, though, will be in Python 3.6. You don't need GPU for most code examples in this course, though having GPU won't hurt. If you install TensorFlow on your local machine, my recommendation is always set up Tensorflow using virtualenv. For the list of dependencies, please consult the file requirements.txt. This list will be updated as the course progresses. @@ -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 cs20-win1718-staff@lists.stanford.edu. \ No newline at end of file +If you run into more problems, feel free to post your questions on [Piazza](https://piazza.com/stanford/winter2018/cs20) or email us cs20-win1718-staff@lists.stanford.edu.