diff --git a/README.md b/README.md index 73b3fcb..c13bb85 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# ece408-backprop-demo \ No newline at end of file +# ece408-backprop-demo + +# Setup + + Python 2.7 + scikit-learn + numpy + +Depending on your configuration, you could try + + pip install --user scikit-learn numpy + +# Running + + python network.py \ No newline at end of file