more precise clone instructions

This commit is contained in:
Joseph Hopfmüller
2024-11-15 23:54:33 +01:00
parent 5871c79501
commit 2bf47dc0c0

View File

@@ -15,11 +15,17 @@ Full license text in LICENSE file
## Notes on cloning: ## Notes on cloning:
- This repo has about 7.5GB of datasets in it. The download will take a while.
- `pypho` is added as a submodule -> `--recurse-submodules` - `pypho` is added as a submodule -> `--recurse-submodules`
- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while.
```bash ```bash
git clone --recurse-submodules https://git.suuppl.dev/seppl/optical-regeneration.git apt install git-lfs
# only necessary once per user account
git lfs install
git clone --recurse-submodules https://git.suuppl.dev/seppl/optical-regeneration.git && cd optical-regeneration
git lfs fetch
git lfs checkout
``` ```
## License ## License