update
This commit is contained in:
parent
87bcaf20f6
commit
63f6df244d
@ -41,10 +41,16 @@ To set up the environment for running the SpaTrack model, follow these steps:
|
|||||||
|
|
||||||
1. **Clone the Repository:**
|
1. **Clone the Repository:**
|
||||||
```bash
|
```bash
|
||||||
|
# clone the code
|
||||||
git clone https://github.com/henry123-boy/SpaTrackerV2.git
|
git clone https://github.com/henry123-boy/SpaTrackerV2.git
|
||||||
cd SpaTrackerV2
|
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:**
|
2. **Create a Virtual Environment:**
|
||||||
It's recommended to use a virtual environment to manage dependencies.
|
It's recommended to use a virtual environment to manage dependencies.
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user