From 3e2ae96ecba1940994be21cc7061c430da804094 Mon Sep 17 00:00:00 2001 From: Roger-Luo Date: Wed, 7 Apr 2021 00:58:28 -0400 Subject: [PATCH] add installation guide --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f31af6d..c2c6913 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,21 @@ This project is part of Julia's Season of Contribution 2019. For an introduction to the algorithms and an overview of the features, you can take a look at the blog posts: [#1](https://nextjournal.com/dgan181/julia-soc-19-quantum-algorithms-for-differential-equations/edit), [#2](https://nextjournal.com/dgan181/jsoc-19-non-linear-differential-equation-solver-and-simulating-of-the-wave-equation/edit). -## Getting Started - -To add package: - -``` -pkg> add https://github.com/QuantumBFS/QuDiffEq.jl.git +## Installation + +

+QuDiffEq is a   + + + Julia Language + +   package. To install QuDiffEq, + please open + Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command +

+ +```julia +pkg> add QuDiffEq ``` ## Algorithms