diff --git a/README.md b/README.md
index 27d0ef5..ea22609 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
# ROM-Info
-Display ROM info of select ROMs (e.g. NDS, GB/C/A, 3DS)
\ No newline at end of file
+Display ROM info of select ROMs (e.g. NDS, GB/C/A, 3DS)
+
+
+# Install (Windows - PowerShell)
+1. python -m venv .venv
+2. .\\.venv\Scripts\Activate.ps1
+3. pip install -r requirements.txt
+
+
+
+
+Licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
\ No newline at end of file