aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-11-01 11:40:26 -0500
committerAnthony Wang2021-11-01 11:40:26 -0500
commit41d8a7c42bd07f1fa604b09394de16c9cd8ea2af (patch)
tree514c2c437a9a89c78809e086593494562c34e2eb
parent6d57f8595e3da1c422d1970788b29c101da453e1 (diff)
Add dependencies install command
-rw-r--r--README.md5
-rw-r--r--packages.txt5
2 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7cf0950..87ac48f 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,11 @@ Resources for Science Olympiad Astronomy. Note that due to the [license](https:/
## Guide
+### Install dependencies
+
+You can install all the required dependencies on Arch Linux with `cat packages.txt | xargs sudo pacman -S --asdeps --noconfirm`. For other Linux distros, install your distro's version of the packages in `packages.txt`.
+
+
### Google Drive
Folder: https://drive.google.com/drive/folders/1tSWqSONcjwJWfYled2abuSCmDSUt4KiA?usp=sharing
diff --git a/packages.txt b/packages.txt
new file mode 100644
index 0000000..69fb81a
--- /dev/null
+++ b/packages.txt
@@ -0,0 +1,5 @@
+kiwix-desktop
+python-pip
+rclone
+speedcrunch
+wkhtmltopdf