Skip to content

Commit

Permalink
chore: update readme (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouarin authored Nov 14, 2023
1 parent 81f698f commit 10af267
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">
<a href="https://github.com/hpc-maths/samurai">
<picture>
<source media="(prefers-color-scheme: dark)" height="200" srcset="./doc/source/logo/dark_logo.png">
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" height=200 src="./doc/source/logo/light_logo.png">
<source media="(prefers-color-scheme: dark)" height="200" srcset="./docs/source/logo/dark_logo.png">
<img alt="Text changing depending on mode. Light: 'So light!' Dark: 'So dark!'" height=200 src="./docs/source/logo/light_logo.png">
</picture>
</a>
</h1>
Expand Down Expand Up @@ -47,8 +47,6 @@ Samurai also offers a flexible and pleasant interface to easily implement numeri
- [Features](#features)
- [Installation](#installation)
- [From conda](#from-conda)
- [From vcpkg](#from-vcpkg)
- [From conan](#from-conan)
- [From source](#from-source)
- [Get help](#get-help)
- [Project assistance](#project-assistance)
Expand Down Expand Up @@ -219,15 +217,21 @@ The [tutorial](./demos/tutorial/) directory is a good first step followed by the
### From conda
Coming soon !
```bash
mamba install samurai
```

### From vcpkg
If you want to compile your scripts, you also have to install a C++ compiler and cmake.

Coming soon !
```bash
mamba install cxx-compiler cmake
```

### From conan
And finally, if you have to use PETSc to assemble the matrix of your problem, you need to install it

Coming soon !
```bash
mamba install petsc pkg-config
```

### From source

Expand Down

0 comments on commit 10af267

Please sign in to comment.