Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
mtefagh committed Jul 29, 2022
1 parent 490234d commit c7fbaa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.jl.*.cov
*.jl.mem
deps/deps.jl
docs/build/
docs/build/
*.ipynb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* `fctable`: the resulting **flux coupling** matrix

## Quick Start
To get started, first run `import Pkg; Pkg.add("sparseQFCA")` to install the *sparseQFCA* package, and then see [this Jupyter notebook](https://nbviewer.jupyter.org/github/mtefagh/demos/blob/master/sparseQFCA.ipynb) for a demonstration on how to use it.
To get started, first run `import Pkg; Pkg.add("sparseQFCA")` to install the *sparseQFCA* package, and then see [this Jupyter notebook](https://nbviewer.org/github/mtefagh/sparseQFCA/blob/master/example/sparseQFCA.ipynb) for a demonstration on how to use it.

## License
*sparseQFCA* is distributed under the [GNU General Public License v3.0](http://www.gnu.org/copyleft/gpl.html).
2 changes: 1 addition & 1 deletion example/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[compat]
julia = "1.5"
julia = "1.6, 1.7"

[deps]
sparseQFCA = "077cf62c-ad2d-5edd-99ec-638372f8b004"
Expand Down

0 comments on commit c7fbaa9

Please sign in to comment.