Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Note that one can simply install this project using uv #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 4 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down