Skip to content

Commit

Permalink
README better format
Browse files Browse the repository at this point in the history
  • Loading branch information
harisorgn committed Jun 24, 2022
1 parent 6b40dae commit b198872
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ In the /src folder, there exist a `JBT` Module, written in Julia (v1.7) that con

The analysis scripts `model_fit.jl`, `model_comparison.jl`, `figures_analysis.jl` and `figures_exp.jl`, are examples of using the `JBT` Module to perform model fitting, model comparison and plotting of experimental and model outcomes. These constituted the results of 2 chapters of my PhD thesis.

In order to use the `JBT` Module, please clone this repository and then

`cd JBT`
In order to use the `JBT` Module, please clone this repository, go into the downloaded JBT folder
```shell
cd JBT
```
and then open a `julia` instance and run
```julia
import Pkg
Pkg.activate(".")
Expand Down

0 comments on commit b198872

Please sign in to comment.