From 41d8a7c42bd07f1fa604b09394de16c9cd8ea2af Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 1 Nov 2021 11:40:26 -0500 Subject: Add dependencies install command --- README.md | 5 +++++ packages.txt | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packages.txt 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 -- cgit v1.2.3-70-g09d2