This commit is contained in:
Nan 2025-07-12 16:39:24 +08:00
parent 87bcaf20f6
commit 63f6df244d

View File

@ -41,9 +41,15 @@ To set up the environment for running the SpaTrack model, follow these steps:
1. **Clone the Repository:**
```bash
# clone the code
git clone https://github.com/henry123-boy/SpaTrackerV2.git
cd SpaTrackerV2
# optionally download the example data to run the examples
# Note: This will slowdown the clonining process, as it includes large files.
git submodule examples update --init --recursive
```
2. **Create a Virtual Environment:**
It's recommended to use a virtual environment to manage dependencies.