Skip to content

Commit 5c76be1

Browse files
committed
updates README
1 parent fadf4a0 commit 5c76be1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
# AlgebraicSolving.jl
2+
13
A julia package for algebraically solving multivariate polynomial systems.
24

35
## Installation
46
AlgebraicSolving requires Julia 1.6 or newer. In principle it can be installed and used
57
like any other Julia package; doing so will take a couple of minutes:
68

9+
```julia
10+
julia> using Pkg
11+
julia> Pkg.add("AlgebraicSolving")
12+
julia> using AlgebraicSolving
13+
```
714

815
## Documentation and Examples
916

0 commit comments

Comments
 (0)