Update README.md
Browse files
README.md
CHANGED
|
@@ -84,6 +84,12 @@ We demonstrate that **REALM** effectively maps events into the ViT-based foundat
|
|
| 84 |
|
| 85 |
We highly recommend using Conda to manage your python environment. Follow the steps below to install all dependencies and the `realm` package.
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
### 1. Create a Conda Environment
|
| 88 |
|
| 89 |
Create and activate a new Conda environment (we recommend Python 3.10+):
|
|
|
|
| 84 |
|
| 85 |
We highly recommend using Conda to manage your python environment. Follow the steps below to install all dependencies and the `realm` package.
|
| 86 |
|
| 87 |
+
Clone the GitHub repository:
|
| 88 |
+
|
| 89 |
+
```bash
|
| 90 |
+
git clone --recursive git@github.com:utiasSTARS/REALM.git
|
| 91 |
+
```
|
| 92 |
+
|
| 93 |
### 1. Create a Conda Environment
|
| 94 |
|
| 95 |
Create and activate a new Conda environment (we recommend Python 3.10+):
|