We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313515d commit e94cbb0Copy full SHA for e94cbb0
README.md
@@ -10,10 +10,9 @@ This algorithm is used in the *quantics tensor cross interpolation* (QTCI) metho
10
11
## Installation
12
13
-`TensorCrossInterpolation.jl` has been registered to the General registry. Installing the package is as simple as
+This module has been registered in the General registry. It can be installed by typing the following in a Julia REPL:
14
```julia
15
-]
16
-add TensorCrossInterpolation
+using Pkg; Pkg.add("TensorCrossInterpolation.jl")
17
```
18
19
## Usage
0 commit comments