From b5c98d1616d8f859e7284d8c6f7b9784f3a20477 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Mon, 10 Feb 2025 21:49:18 +0100 Subject: [PATCH] Note that one can simply install this project using `uv` No need to mess around with nixpkgs. --- README.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2781eb1..ee3662b 100644 --- a/README.md +++ b/README.md @@ -118,27 +118,10 @@ nix profile install nixpkgs/release-22.11#grab-site Install on another distribution lacking Python 3.7.x or 3.8.x --- -grab-site and its dependencies are available in [nixpkgs](https://github.com/NixOS/nixpkgs), which can be used on any Linux distribution. - -1. As root: - - Where `USER` is your non-root username: - - ``` - mkdir /nix - chown USER:USER /nix - ``` - -2. As the **non-root** user, install Nix: https://nixos.org/nix/download.html - -3. As the **non-root** user: - - ``` - nix-env -f https://github.com/NixOS/nixpkgs/archive/release-23.05.tar.gz -iA grab-site - ``` - - and then restart your shell (e.g. by opening a new terminal tab/window). - +After installing [uv](https://docs.astral.sh/uv/), you can run +``` +uv tool install --python=3.8 --no-binary-package lxml git+https://github.com/ArchiveTeam/grab-site/ +``` Install on macOS