diff --git a/README.md b/README.md
index ae9e1f83b828b79abc58b0124e34dfbaf99e190e..b8b7d059a20529f873c64626be8d04c917ad34bb 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@ of this code is to showcase how Hydra can be used.
 
 ## Installing
 
-You can install this code with poetry (install poetry at : https://python-poetry.org/docs/#installation) using : 
+In a separate virtual environement, install using `python -m pip install -r requirements.txt`.
+
+If you're using poetry (https://python-poetry.org/docs/#installation), you can install using : 
 
 ```
 poetry install
@@ -24,4 +26,4 @@ You can, for example, change the learning rate using :
 
 ```
 poetry run flashtrain model.learning_rate=1e-2
-```
\ No newline at end of file
+```
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b8f6d8e3b76bc335f87438886c206cd7fd4b09e5
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,68 @@
+absl-py==1.1.0
+aiohttp==3.8.1
+aiosignal==1.2.0
+antlr4-python3-runtime==4.9.3
+async-timeout==4.0.2
+attrs==21.4.0
+cachetools==5.2.0
+certifi==2022.5.18.1
+charset-normalizer==2.0.12
+click==8.1.3
+cloudpickle==2.1.0
+docstring-parser==0.14.1
+efficientnet-pytorch==0.6.3
+frozenlist==1.3.0
+fsspec==2022.5.0
+google-auth==2.6.6
+google-auth-oauthlib==0.4.6
+grpcio==1.46.3
+hydra-core==1.2.0
+hydra-flash==0.1.0
+hydra-submitit-launcher==1.2.0
+idna==3.3
+importlib-metadata==4.11.4
+importlib-resources==5.7.1
+jsonargparse==4.9.0
+kornia==0.6.5
+lightning-bolts==0.5.0
+lightning-flash==0.7.5
+Markdown==3.3.7
+multidict==6.0.2
+munch==2.5.0
+numpy==1.21.1
+oauthlib==3.2.0
+omegaconf==2.2.2
+packaging==21.3
+pandas==1.4.2
+Pillow==9.1.1
+pretrainedmodels==0.7.4
+protobuf==3.20.1
+pyasn1==0.4.8
+pyasn1-modules==0.2.8
+pyDeprecate==0.3.2
+pyparsing==3.0.9
+pystiche==1.0.1
+python-dateutil==2.8.2
+pytorch-lightning==1.6.4
+pytz==2022.1
+PyYAML==6.0
+requests==2.27.1
+requests-oauthlib==1.3.1
+rsa==4.8
+segmentation-models-pytorch==0.2.1
+six==1.16.0
+submitit==1.4.2
+tensorboard==2.9.0
+tensorboard-data-server==0.6.1
+tensorboard-plugin-wit==1.8.1
+timm==0.5.4
+torch==1.11.0+cu113
+torchaudio==0.11.0+cu113
+torchmetrics==0.9.0
+torchvision==0.12.0+cu113
+tqdm==4.64.0
+typing-extensions==4.2.0
+urllib3==1.26.9
+Werkzeug==2.1.2
+yarl==1.7.2
+zipp==3.8.0