From 7d4443192a240b38ede682868509affdb45b9a58 Mon Sep 17 00:00:00 2001 From: Melvin L Date: Sun, 21 Jan 2018 10:08:53 +0000 Subject: [PATCH 1/2] Init --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de34b1470..0f11d864b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# My Setup +To run locally (ie instead of on AWS) create a conda environment and activate the environment (skip all the steps in the setup/ folder) +Then install /path-to-env/bin/pip install -r requirements.txt +Also run `conda install h5py` + + # Practical Deep Learning for Coders (fast.ai courses) + + These are the lecture materials from [Practical Deep Learning for Coders](http://course.fast.ai/). Two important parts of the course are [our online forums](http://forums.fast.ai/) and [our wiki](http://wiki.fast.ai/index.php/Main_Page). If you are encountering an error, we recommend that you first search the forums and wiki for a solution. If you can't find the answer there, the next step is to ask your question on the forums. See this advice on [how to ask for help](http://wiki.fast.ai/index.php/How_to_ask_for_Help) in a way that will allow others to most quickly and effectively be able to help you. Please don't use Github Issues to ask for help debugging (many questions have already been answered in the forums). From fc16b09b6e9bb407664600df740744cf4cace25e Mon Sep 17 00:00:00 2001 From: Melvin L Date: Sun, 21 Jan 2018 10:23:38 +0000 Subject: [PATCH 2/2] My init --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f11d864b..e493c41ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # My Setup + To run locally (ie instead of on AWS) create a conda environment and activate the environment (skip all the steps in the setup/ folder) Then install /path-to-env/bin/pip install -r requirements.txt Also run `conda install h5py`