Skip to content

Commit

Permalink
add first installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Sep 4, 2023
1 parent 657256b commit cb53d05
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ analysis tools.

It is currently on very early development stage.

## Installation

```julia
import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl")
```

## Using

```julia
using MolSimToolkit
```

## Recommended

Also install `PDBTools`:

```julia
import Pkg; Pkg.add("PDBTools")
import PDBTools
```






Expand Down
20 changes: 20 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@

[MolSimToolkit.jl](https://github.com/m3g/MolSimToolkit.jl) is in very early stages of development.

## Installation

```julia
import Pkg; Pkg.add(url="http://github.com/m3g/MolSimToolkit.jl")
```

## Using

```julia
using MolSimToolkit
```

## Recommended

Also install `PDBTools`:

```julia
import Pkg; Pkg.add("PDBTools")
import PDBTools
```

0 comments on commit cb53d05

Please sign in to comment.