Go to file
Sam eeea6fd44f add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
ArchWiki add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
.gitignore add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
LICENSE add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
README.md add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
arch-wiki-docs.py add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
pyproject.toml add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00
shell.nix add poetry for dependency management and shell.nix for use on nix systems 2024-11-27 12:51:56 +00:00

README.md

arch-wiki-docs

Fork of https://github.com/lahwaacz/arch-wiki-docs for use on Nix systems using poetry for dependency management

example usage:

nix-shell --command zsh
mkdir .venv
poetry install
poetry shell
./arch-wiki-docs.py --langs en --output-directory ~/.local/share/docs/archwiki/

When the command is run a second time, it will only download updates