diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | packages.txt | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -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 |