Dean commited on
Commit
92de89b
1 Parent(s): 3c0c5aa

Update readme to include aws cli

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. README.md +1 -0
  3. requirements.txt +5 -0
.gitignore CHANGED
@@ -3,3 +3,4 @@
3
  .idea/
4
  .ipynb_checkpoints/
5
  .workspace/
 
 
3
  .idea/
4
  .ipynb_checkpoints/
5
  .workspace/
6
+ aws/
README.md CHANGED
@@ -37,6 +37,7 @@ If you'd like to take part, please follow the guide.
37
  $ dvc checkout #use this to get the data, models etc
38
  ```
39
 
 
40
  * After you are finished your modification, make sure to do the following:
41
  * Freeze your virtualenv by typing in the terminal:
42
 
 
37
  $ dvc checkout #use this to get the data, models etc
38
  ```
39
 
40
+ * Note: you might need to install and setup the tools to pull from a remote. Read more in [this guide](https://dagshub.com/docs/getting-started/set-up-remote-storage-for-data-and-models/).
41
  * After you are finished your modification, make sure to do the following:
42
  * Freeze your virtualenv by typing in the terminal:
43
 
requirements.txt CHANGED
@@ -8,6 +8,8 @@ attrs=19.3.0=py_0
8
  backcall=0.2.0=pypi_0
9
  beautifulsoup4=4.9.1=py37_0
10
  blas=1.0=mkl
 
 
11
  bottleneck=1.3.2=py37heb32a55_1
12
  brotlipy=0.7.0=py37h7b6447c_1000
13
  ca-certificates=2020.6.24=0
@@ -27,6 +29,7 @@ dataclasses=0.7=py37_0
27
  decorator=4.4.2=pypi_0
28
  dictdiffer=0.8.1=pypi_0
29
  distro=1.5.0=pypi_0
 
30
  dpath=2.0.1=pypi_0
31
  dvc=1.6.0=pypi_0
32
  fastai=1.0.61=1
@@ -48,6 +51,7 @@ intel-openmp=2020.1=217
48
  ipython=7.17.0=pypi_0
49
  ipython-genutils=0.2.0=pypi_0
50
  jedi=0.17.2=pypi_0
 
51
  joblib=0.16.0=py_0
52
  jpeg=9b=h024ee3a_2
53
  jsonpath-ng=1.5.1=pypi_0
@@ -114,6 +118,7 @@ requests=2.24.0=py_0
114
  rich=5.2.1=pypi_0
115
  ruamel-yaml=0.16.10=pypi_0
116
  ruamel-yaml-clib=0.2.0=pypi_0
 
117
  scikit-learn=0.23.1=py37h423224d_0
118
  scipy=1.5.2=py37h0b6359f_0
119
  setuptools=49.6.0=py37_0
 
8
  backcall=0.2.0=pypi_0
9
  beautifulsoup4=4.9.1=py37_0
10
  blas=1.0=mkl
11
+ boto3=1.14.47=pypi_0
12
+ botocore=1.17.47=pypi_0
13
  bottleneck=1.3.2=py37heb32a55_1
14
  brotlipy=0.7.0=py37h7b6447c_1000
15
  ca-certificates=2020.6.24=0
 
29
  decorator=4.4.2=pypi_0
30
  dictdiffer=0.8.1=pypi_0
31
  distro=1.5.0=pypi_0
32
+ docutils=0.15.2=pypi_0
33
  dpath=2.0.1=pypi_0
34
  dvc=1.6.0=pypi_0
35
  fastai=1.0.61=1
 
51
  ipython=7.17.0=pypi_0
52
  ipython-genutils=0.2.0=pypi_0
53
  jedi=0.17.2=pypi_0
54
+ jmespath=0.10.0=pypi_0
55
  joblib=0.16.0=py_0
56
  jpeg=9b=h024ee3a_2
57
  jsonpath-ng=1.5.1=pypi_0
 
118
  rich=5.2.1=pypi_0
119
  ruamel-yaml=0.16.10=pypi_0
120
  ruamel-yaml-clib=0.2.0=pypi_0
121
+ s3transfer=0.3.3=pypi_0
122
  scikit-learn=0.23.1=py37h423224d_0
123
  scipy=1.5.2=py37h0b6359f_0
124
  setuptools=49.6.0=py37_0