Skip to content

Commit

Permalink
added new installation guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
titaschanda committed Dec 27, 2023
1 parent 561f68b commit 285b787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Currently, TenNetLib.jl presents an array of functionalities for:

## Installation

Currently, TenNetLib.jl is not registered on Julia General Registry. To install the library (along with ITensors.jl), you can use the following steps:
TenNetLib.jl is registered on Julia General Registry. To install the library (along with ITensors.jl), you can use the following steps:

```
$ julia
Expand All @@ -32,7 +32,7 @@ julia> ]
pkg> add ITensors
pkg> add https://github.com/titaschanda/TenNetLib.jl
pkg> add TenNetLib
```

## Found an issue or bug?
Expand Down

0 comments on commit 285b787

Please sign in to comment.