You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,19 +19,21 @@ This project requires Python 3.10+ and uses `conda` for environment management.
19
19
conda activate intervention
20
20
```
21
21
22
-
3. **Install JAX with GPU support (Recommended):**
23
-
We strongly recommend installing JAX according to your specific CUDA version by following the [official JAX installation guide](https://github.com/google/jax#installation). For example, for CUDA 12:
22
+
3. **Install the project and dependencies:**
23
+
This command will install the project in editable mode along with all necessary dependencies for running the algorithms.
This command will install the project in editable mode along with all necessary dependencies for running the algorithms.
29
+
4. **Install JAX with GPU support (Recommended):**
30
+
We strongly recommend installing JAX according to your specific CUDA version by following the [official JAX installation guide](https://github.com/google/jax#installation). For example, for CUDA 12:
0 commit comments