Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mekise authored Oct 9, 2023
1 parent 863a3cb commit 7972f0a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@ If you are a Windows/Mac user, <a href=https://julialang.org/downloads/>download
If you are a Linux user, just open a terminal and use your package manager, e.g. on Debian-based distros run "sudo apt-get install julia", on RedHat-based distros run "sudo dnf install julia".

## Install SpiDy
Following the Julia General Registry guidelines, the package can be installed as follows. *(NB: the entire installation of SpiDy and its dependencies takes about 5 minutes on a bare-bones Julia environment.)*

Start Julia and enter in Pkg REPL mode by pressing **]** then run the following,
```Julia
add https://github.com/quantum-exeter/SpiDy.jl
```
or alternatively run the following lines in your code,
```Julia
using Pkg;
Pkg.add(url="https://github.com/quantum-exeter/SpiDy.jl")
add SpiDy
```
*NB: the entire installation of SpiDy and its dependencies takes about 5 minutes on a bare-bones Julia environment.*

## Run SpiDy
To run the code,
Expand Down

0 comments on commit 7972f0a

Please sign in to comment.