Skip to content

Commit 80d1856

Browse files
committed
Update installation instructions
1 parent e9234cd commit 80d1856

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,12 @@ ARM | ARMv7, ARMv8
3838

3939
## Installation
4040

41-
Although `xsimd` is a header-only library, we provide standardized means to install it, with package managers or with cmake.
41+
### Install from conda-forge
4242

43-
Besides the xsimd headers, all these methods place the `CMake` project configuration file in the right location so that
44-
third-party projects can use cmake's `find_package` to locate xsimd headers.
45-
46-
### Install with conda
47-
48-
A package for xsimd is available on the conda package manager.
43+
A package for xsimd is available on the mamba (or conda) package manager.
4944

5045
```bash
51-
conda install -c conda-forge xsimd
52-
```
53-
54-
### Install with Conan
55-
56-
If you are using Conan to manage your dependencies, merely add `xsimd/x.y.z@omaralvarez/public-conan` to your requires, where x.y.z
57-
is the release version you want to use. Please file issues in [conan-xsimd](https://github.com/omaralvarez/conan-xsimd) if you
58-
experience problems with the packages. Sample `conanfile.txt`:
59-
60-
```
61-
[requires]
62-
xsimd/7.2.3@omaralvarez/public-conan
63-
64-
[generators]
65-
cmake
46+
mamba install -c conda-forge xsimd
6647
```
6748

6849
### Install with Spack

0 commit comments

Comments
 (0)