more precise clone instructions
This commit is contained in:
10
README.md
10
README.md
@@ -15,11 +15,17 @@ Full license text in LICENSE file
|
||||
|
||||
## 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`
|
||||
- This repo has about 7.5GB of datasets in it. The `git lfs fetch` step will take a while.
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user