From a48c9a286b7a14fb9cc79904a998b99c6dd7ae1c Mon Sep 17 00:00:00 2001 From: ChanggunLee Date: Tue, 6 Mar 2018 16:15:47 +0900 Subject: [PATCH 1/3] update gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4a61df8..f244c3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ # ignore all pyc files. *.pyc - +.env From e1309302732c139f984249f669a2c20b8325925d Mon Sep 17 00:00:00 2001 From: ChanggunLee Date: Tue, 6 Mar 2018 21:36:40 +0900 Subject: [PATCH 2/3] add requirements.txt --- requirements.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c270b52 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,22 @@ +absl-py==0.1.10 +astor==0.6.2 +backports.weakref==1.0.post1 +bleach==1.5.0 +enum34==1.1.6 +funcsigs==1.0.2 +futures==3.2.0 +gast==0.2.0 +grpcio==1.10.0 +html5lib==0.9999999 +Markdown==2.6.11 +mock==2.0.0 +numpy==1.14.1 +opencv-python==3.4.0.12 +pbr==3.1.1 +protobuf==3.5.1 +pygame==1.9.3 +six==1.11.0 +tensorboard==1.6.0 +tensorflow==1.6.0 +termcolor==1.1.0 +Werkzeug==0.14.1 From 3d24fd049c0f8c3fcc4f429837952f6a3f5de92c Mon Sep 17 00:00:00 2001 From: ChanggunLee Date: Tue, 6 Mar 2018 21:45:38 +0900 Subject: [PATCH 3/3] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7336ab..7cb5de9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ This project follows the description of the Deep Q Learning algorithm described * TensorFlow 0.7 * pygame * OpenCV-Python +just run this command +pip install -r requirments.txt ## How to Run? ```