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
Navigate to your local cloned mimicri folder and install dependencies:
50
+
51
+
```
52
+
pip install -r requirements.txt
53
+
54
+
pip install mimicri
55
+
```
56
+
57
+
The package should show up when you run:
58
+
59
+
```
60
+
jupyter labextension list
61
+
```
62
+
63
+
### Developer Installation
64
+
65
+
Use this installation *only* if you are making changes to the MiMICRI widget. If you are using MiMICRI as-is, the regular install (above) will be sufficient.
66
+
67
+
Create a clean conda environment with the exact versions of the following packages:
0 commit comments