diff --git a/README.MD b/README.MD index b09fd3a..836f362 100644 --- a/README.MD +++ b/README.MD @@ -39,6 +39,10 @@ install dependencies - Numpy - Pandas - Matplotlib + +``` +pip3 install -r requirements.txt +``` Then run: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..320144b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +numpy==1.13.3 +matplotlib==2.1.1 +tensorflow==1.4.1 +tensorflow-tensorboard==0.4.0rc3 +sklearn==0.0 +scipy==1.0.0 +pandas==0.21.1