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
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,10 @@ ParallelMergeCSR only exports one function: `mul!` which is used for both Sparse
19
19
20
20
## Installation
21
21
22
-
Enter the Julia Package Manager and install via:
22
+
### NOTICE
23
+
It will take *three days* before this package becomes part of the Julia registry meaning the instructions below will only work after those three days have elapsed.
23
24
24
-
```
25
-
pkg> add ParallelMergeCSR
26
-
```
25
+
To circumvent this, you can go into the Julia Package Manager and perform `add` with the URL of this repository.
0 commit comments